Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Fixed missing comma in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-marshall committed Dec 8, 2015
1 parent 4811705 commit a7901b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"scripts": {
"build": "gulp build",
"package": "gulp package"
"package": "gulp package",
"postinstall": "bower install && gulp build",
"production": "gulp --production",
"watch": "gulp"
Expand Down

0 comments on commit a7901b3

Please sign in to comment.