Skip to content

Commit

Permalink
Remove node module prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonbittencourt committed Aug 18, 2016
1 parent f662040 commit 3a3217d
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 @@ -5,7 +5,7 @@
"main": "app.js",
"scripts": {
"test": "istanbul cover _mocha -- --recursive --reporter spec",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3a3217d

Please sign in to comment.