mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Add grunt-cli dep and scripts test.
This commit is contained in:
parent
c442d1a074
commit
58db3cc164
@ -3,6 +3,9 @@
|
|||||||
"version": "0.3.1-pre",
|
"version": "0.3.1-pre",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "git://github.com/yui/pure.git",
|
"repository": "git://github.com/yui/pure.git",
|
||||||
|
"scripts": {
|
||||||
|
"test": "grunt"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bower": "~1.2.5",
|
"bower": "~1.2.5",
|
||||||
"grunt": "~0.4.1",
|
"grunt": "~0.4.1",
|
||||||
@ -13,6 +16,7 @@
|
|||||||
"grunt-contrib-compress": "~0.5.0",
|
"grunt-contrib-compress": "~0.5.0",
|
||||||
"grunt-contrib-csslint": "~0.1.2",
|
"grunt-contrib-csslint": "~0.1.2",
|
||||||
"grunt-contrib-watch": "~0.5.3",
|
"grunt-contrib-watch": "~0.5.3",
|
||||||
"grunt-css-selectors": "~0.1.0"
|
"grunt-css-selectors": "~0.1.0",
|
||||||
|
"grunt-cli": "~0.1.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user