diff --git a/package.json b/package.json index c2de925..e01f90d 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,9 @@ "main": "Gruntfile.js", "dependencies": { "grunt": "^0.4.5" + }, + "scripts": { + "postinstall": "bower install", + "test-unit": "grunt test:unit" } }