diff --git a/package.json b/package.json index 75c6c0f..0b523ac 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,10 @@ "url": "https://github.com/chieffancypants/angular-hotkeys/issues" }, "scripts": { - "test": "node_modules/karma/bin/karma start test/karma.conf.js" + "postinstall": "bower install", }, "devDependencies": { + "bower": "^1.8.8", "grunt": "~0.4.1", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-cssmin": "^0.12.3",