Merge pull request #741 from tynes/remove-webpack-scripts

npm scripts: delete webpack
This commit is contained in:
Braydon Fuller 2019-04-02 15:14:45 -07:00
commit 434589e314
No known key found for this signature in database
GPG Key ID: F24F232D108B3AD4

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