We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55cf1f2 + fc7aa97 commit 3ec3223Copy full SHA for 3ec3223
.npmignore
@@ -1,5 +1,8 @@
1
.git*
2
-*.spec.js
3
.travis.yml
+.gitignore
4
+.eslintrc
5
Gruntfile.js
-coverage/
6
+coverage/
7
+node_modules/
8
+test/
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
9
+## [2.0.3] - 2020-04-03
10
+### Fixed
11
+- .npmignore
12
+
13
## [2.0.2] - 2020-04-02
14
### Fixed
15
- README & jsdoc.
package.json
@@ -1,6 +1,6 @@
{
"name": "@datastructures-js/stack",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "stack implementation in javascript",
"main": "index.js",
"scripts": {
0 commit comments