1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Update package.json

Issue #229 about npm deprecation note fix
This commit is contained in:
Alexander Cerutti
2019-01-10 00:07:06 +01:00
committed by GitHub
parent 399d64a5a8
commit 2c13c9a528

View File

@@ -64,7 +64,7 @@
}, },
"scripts": { "scripts": {
"build": "webpack --config webpack.config.js", "build": "webpack --config webpack.config.js",
"prepublish": "npm run build", "prepublishOnly": "npm run build",
"lint": "eslint ./src", "lint": "eslint ./src",
"testem": "testem", "testem": "testem",
"test": "nyc --reporter=html --reporter=text ava", "test": "nyc --reporter=html --reporter=text ava",