Skip to content

Commit

Permalink
Remove superfluous path from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Apr 25, 2015
1 parent e5e5aa9 commit b0e9728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"test-browser": "opener spec/q-spec.html",
"benchmark": "matcha",
"lint": "jshint q.js",
"cover": "cover run node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html",
"cover": "cover run jasmine-node spec && cover report html && opener cover_html/index.html",
"minify": "grunt",
"prepublish": "grunt"
},
Expand Down

0 comments on commit b0e9728

Please sign in to comment.