From 2d05d498e726165001de1f1820934e2037e5c362 Mon Sep 17 00:00:00 2001 From: Stanley Nguyen Date: Sun, 3 Nov 2019 18:23:22 +0800 Subject: [PATCH] Change publish script to avoid clash with npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1078836..766f669 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "mocha test/**/*.test.js", "lint": "eslint index.js ./src/**/*.js", "format": "prettier --config .prettierrc --write index.js ./src/**/*.js", - "publish": "np" + "release": "np" }, "repository": { "type": "git",