mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +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",
|
||||
"private": true,
|
||||
"repository": "git://github.com/yui/pure.git",
|
||||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user