Skip to content

Commit

Permalink
add postinstall script to bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Thompson committed Jul 16, 2017
1 parent 8d356cf commit bcbc247
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bcbc247

Please sign in to comment.