Skip to content

Commit 3bcc178

Browse files
committed
add runtime dependencies to bower.json
1 parent 121b7bd commit 3bcc178

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bower.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,11 @@
2222
"package.json",
2323
"test",
2424
"tests"
25-
]
25+
],
26+
"dependencies": {
27+
"angular": "latest",
28+
"jquery": "~2.1",
29+
"bootstrap": "~3.3",
30+
"angular-bootstrap": "~0.12"
31+
}
2632
}

0 commit comments

Comments
 (0)