Skip to content

Commit

Permalink
Add module opn and grunt task.
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-valencia committed Jul 18, 2017
1 parent eea5b6f commit 6cd6ebe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"mocha": "^3.4.2"
"mocha": "^3.4.2",
"opn-cli": "^3.1.0"
},
"scripts": {
"grunt": "grunt",
"browser": "index.html",
"test": "start test/index.html"
}
"test": "opn test/index.html"
}
}

0 comments on commit 6cd6ebe

Please sign in to comment.