Skip to content

Commit 4266b7e

Browse files
samcconeBrianAdams
authored andcommitted
Vendor bower to make the install process painless.
This allows people to not have to install bower globally and instead run bower from npm.
1 parent d3bc1a6 commit 4266b7e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/static/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "static-openrov",
3+
"dev-dependencies": {
4+
"bower": "^1.3.3"
5+
},
6+
"scripts": {
7+
"bower": "bower install"
8+
}
9+
}

0 commit comments

Comments
 (0)