Update package.json

Issue #229 about npm deprecation note fix
pull/277/head
Alexander Cerutti 5 years ago committed by GitHub
parent 399d64a5a8
commit 2c13c9a528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

Loading…
Cancel
Save