npm scripts: delete webpack

This commit is contained in:
Mark Tyneway 2019-03-30 15:19:24 -07:00
parent 01a71561b1
commit 0549065752
No known key found for this signature in database
GPG Key ID: C54371E96096D987

View File

@ -74,11 +74,7 @@
"test-browser": "NODE_BACKEND=js bmocha --reporter spec test/*.js",
"test-file": "bmocha --reporter spec",
"test-file-browser": "NODE_BACKEND=js bmocha --reporter spec",
"test-ci": "istanbul cover --report lcovonly node_modules/.bin/bmocha -- --reporter spec test/*-test.js",
"webpack": "webpack --mode production --config webpack.browser.js",
"webpack-browser": "webpack --mode production --config webpack.browser.js",
"webpack-compat": "webpack --mode production --config webpack.compat.js",
"webpack-app": "webpack --mode production --config webpack.app.js"
"test-ci": "istanbul cover --report lcovonly node_modules/.bin/bmocha -- --reporter spec test/*-test.js"
},
"browser": {
"./lib/hd/nfkd": "./lib/hd/nfkd-compat.js",