Merge pull request #741 from tynes/remove-webpack-scripts
npm scripts: delete webpack
This commit is contained in:
commit
434589e314
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user