diff --git a/package.json b/package.json index ebd9847..353200e 100644 --- a/package.json +++ b/package.json @@ -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" } }