We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702c579 commit 4e3c4cbCopy full SHA for 4e3c4cb
package.json
@@ -10,7 +10,8 @@
10
"build-browser": "webpack --mode=build",
11
"build-npm": "babel src/index.js --out-file lib/whitelabel.js --source-maps inline",
12
"sandbox": "node liveserver.js",
13
- "test": "mocha-phantomjs -p ./node_modules/phantomjs/bin/phantomjs --ssl-protocol=any test/test.html"
+ "test": "mocha-phantomjs -p ./node_modules/phantomjs/bin/phantomjs --ssl-protocol=any test/test.html",
14
+ "test-browser": "open test/test.html"
15
},
16
"dependencies": {
17
"axios": "^0.15.2",
0 commit comments