Skip to content
This repository was archived by the owner on Jul 12, 2019. It is now read-only.

Commit 9385bb7

Browse files
committed
Remove forcing Chrome in 'npm start'
1 parent 014bd80 commit 9385bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "webpack.config.js",
77
"scripts": {
88
"test": "webpack --entry ./test/test.js --output test/test.compiled.js --display none && mocha test/test.compiled.js",
9-
"start": "webpack-dev-server --mode=development --open 'Google Chrome'",
9+
"start": "webpack-dev-server --mode=development --open",
1010
"build": "webpack --mode=production"
1111
},
1212
"repository": {

0 commit comments

Comments
 (0)