diff --git a/bower.json b/bower.json index a3a0fc7..4cdd0de 100644 --- a/bower.json +++ b/bower.json @@ -5,8 +5,11 @@ "authors": [ "Jeff Thompson <@jordanburke>" ], - "main": "lib/angular-help-overlay.js", + "main": "lib/angular-help-overlay.min.js", "description": "Directive for chardin.js instruction overlay", + "scripts": { + "postinstall": "npm install && grunt --force" + }, "keywords": [ ], "license": "MIT",