From 04fadae3faebcde874f770770784b5ebc5f1d140 Mon Sep 17 00:00:00 2001 From: posidron <1614333+posidron@users.noreply.github.com> Date: Tue, 21 Aug 2018 00:34:36 +0200 Subject: [PATCH] Add np for release managment --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 00efd83..f4f8a99 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "build": "webpack -p", "watch": "webpack --watch", "precommit": "npm run test:lint", - "postinstall": "npm run build" + "postinstall": "npm run build", + "release": "np" }, "standard": { "ignore": [ @@ -52,6 +53,7 @@ "karma-coverage": "*", "karma-firefox-launcher": "^1.1.0", "karma-qunit": "^2.0.1", + "np": "^3.0.4", "qunit": "^2.5.1", "qunitjs": "^2.4.1", "standard": "^11.0.1"