From 2c13c9a528e2cff36c98b9dce21d100c7e6942c1 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Thu, 10 Jan 2019 00:07:06 +0100 Subject: [PATCH] Update package.json Issue #229 about npm deprecation note fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3187dab..2b24c07 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "scripts": { "build": "webpack --config webpack.config.js", - "prepublish": "npm run build", + "prepublishOnly": "npm run build", "lint": "eslint ./src", "testem": "testem", "test": "nyc --reporter=html --reporter=text ava",