Skip to content

Commit

Permalink
Build: Update dependencies
Browse files Browse the repository at this point in the history
This also fixes a JSHint breakage that would occur on a fresh project
after running `npm install && grunt`.
  • Loading branch information
mgol authored and leobalter committed Oct 25, 2016
1 parent ca8739e commit d5f6575
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 @@ -10,7 +10,7 @@
},
"scripts": {
"browserstack": "sh build/run-browserstack.sh",
"ci": "node_modules/grunt-cli/bin/grunt ci"
"ci": "grunt ci"
},
"maintainers": [
{
Expand Down

0 comments on commit d5f6575

Please sign in to comment.