Skip to content

Commit

Permalink
adds np to manage release
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Sep 8, 2019
1 parent f411800 commit dbeed0f
Show file tree
Hide file tree
Showing 2 changed files with 1,208 additions and 22 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"test": "cross-env NODE_ENV=test karma start",
"test:watch": "yarn test --auto-watch --no-single-run",
"test:browser": "yarn test --auto-watch --no-single-run --browsers Chrome",
"codecov": "codecov"
"codecov": "codecov",
"release": "np"
},
"dependencies": {
"stimulus": "^1.1.0"
Expand Down Expand Up @@ -47,6 +48,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"mocha": "^5.2.0",
"np": "^5.0.3",
"npm-run-all": "^4.1.3",
"rollup": "^1.6.0",
"rollup-plugin-babel": "^4.3.2",
Expand Down
Loading

0 comments on commit dbeed0f

Please sign in to comment.