Skip to content

Commit

Permalink
Merge pull request #203 from albertosantini/no-global-grunt-dep
Browse files Browse the repository at this point in the history
No global grunt dep
  • Loading branch information
ericf committed Sep 27, 2013
2 parents 14e82f0 + af3b933 commit ea37411
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
script: grunt test
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.3.1-pre",
"private": true,
"repository": "git://github.com/yui/pure.git",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"bower": "~1.2.5",
"grunt": "~0.4.1",
Expand All @@ -13,6 +16,7 @@
"grunt-contrib-compress": "~0.5.0",
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-css-selectors": "~0.1.0"
"grunt-css-selectors": "~0.1.0",
"grunt-cli": "~0.1.9"
}
}

0 comments on commit ea37411

Please sign in to comment.