Add grunt-cli dep and scripts test.

This commit is contained in:
albertosantini 2013-09-26 17:18:47 +02:00
parent c442d1a074
commit 58db3cc164

View File

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