Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
chore(package): fix grunt scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Siilwyn committed Feb 6, 2017
1 parent 00b5e22 commit d033a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = (grunt) ->
coverage:
command: "istanbul cover jasmine-node --captureExceptions test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
jasmine:
command: "jasmine-node --verbose --captureExceptions test"
command: "./node_modules/.bin/jasmine-node --verbose --captureExceptions test"
publish:
command: 'npm publish'

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"coveralls": "2.11.2",
"grunt": "0.4.5",
"grunt-bump": "0.3.1",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.13.0",
Expand Down

0 comments on commit d033a58

Please sign in to comment.