Skip to content

Instantly share code, notes, and snippets.

@just-boris
Last active August 29, 2015 14:00
Show Gist options
  • Save just-boris/11279832 to your computer and use it in GitHub Desktop.
Save just-boris/11279832 to your computer and use it in GitHub Desktop.
Bower postinstall
{
"name": "my-awesome-package",
"version": "0.0.0",
"dependencies": {
"angular": "1.2.14",
"jquery": "~2.1.0",
"bootstrap": "~3.1.0"
}
}
{
"name": "my-awesome-package",
"version": "0.0.0",
"description": "",
"scripts": {
"postinstall": "bower install"
},
"dependencies": {
"bower": "~1.3.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment