Add np for release managment

This commit is contained in:
posidron 2018-08-21 00:34:36 +02:00
parent 93b18cd32c
commit 04fadae3fa
No known key found for this signature in database
GPG Key ID: 799CE5B68FEF404A
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,8 @@
"build": "webpack -p", "build": "webpack -p",
"watch": "webpack --watch", "watch": "webpack --watch",
"precommit": "npm run test:lint", "precommit": "npm run test:lint",
"postinstall": "npm run build" "postinstall": "npm run build",
"release": "np"
}, },
"standard": { "standard": {
"ignore": [ "ignore": [
@ -52,6 +53,7 @@
"karma-coverage": "*", "karma-coverage": "*",
"karma-firefox-launcher": "^1.1.0", "karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^2.0.1", "karma-qunit": "^2.0.1",
"np": "^3.0.4",
"qunit": "^2.5.1", "qunit": "^2.5.1",
"qunitjs": "^2.4.1", "qunitjs": "^2.4.1",
"standard": "^11.0.1" "standard": "^11.0.1"