Skip to content

Commit

Permalink
Fix bower name & npm post install hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Nasyrov committed May 15, 2017
1 parent a62b334 commit f75288e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "My Eyes Are Up Here",
"name": "my-eyes-are-up-here",
"homepage": "https://interconnectit.com",
"authors": [
"Evgenii Nasyrov <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"scripts": {
"postinstall": "bower install && grunt dist"
"postinstall": "bower install && grunt build"
},
"devDependencies": {
"bower": "^1.7.1",
Expand Down

0 comments on commit f75288e

Please sign in to comment.