Skip to content

Commit 6cd6ebe

Browse files
Add module opn and grunt task.
1 parent eea5b6f commit 6cd6ebe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
"grunt-contrib-cssmin": "^0.12.3",
1919
"grunt-contrib-uglify": "^0.9.1",
2020
"grunt-contrib-watch": "^0.6.1",
21-
"mocha": "^3.4.2"
21+
"mocha": "^3.4.2",
22+
"opn-cli": "^3.1.0"
2223
},
2324
"scripts": {
25+
"grunt": "grunt",
2426
"browser": "index.html",
25-
"test": "start test/index.html"
26-
}
27+
"test": "opn test/index.html"
28+
}
2729
}

0 commit comments

Comments
 (0)