1
mirror of https://github.com/pure-css/pure synced 2025-01-10 17:26:23 +01:00

Merge pull request #203 from albertosantini/no-global-grunt-dep

No global grunt dep
This commit is contained in:
Eric Ferraiuolo 2013-09-27 11:49:30 -07:00
commit ea37411518
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,3 @@
language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
script: grunt test

View File

@ -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",
@ -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"
}
}