We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea5b6f commit 6cd6ebeCopy full SHA for 6cd6ebe
package.json
@@ -18,10 +18,12 @@
18
"grunt-contrib-cssmin": "^0.12.3",
19
"grunt-contrib-uglify": "^0.9.1",
20
"grunt-contrib-watch": "^0.6.1",
21
- "mocha": "^3.4.2"
+ "mocha": "^3.4.2",
22
+ "opn-cli": "^3.1.0"
23
},
24
"scripts": {
25
+ "grunt": "grunt",
26
"browser": "index.html",
- "test": "start test/index.html"
- }
27
+ "test": "opn test/index.html"
28
+ }
29
}
0 commit comments