Skip to content

Commit 7475ec6

Browse files
author
Sebastian Hammerl
committed
Fixed bower.json
1 parent fa2fb5f commit 7475ec6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-bootstrap-checkbox",
33
"version": "0.1.0",
44
"authors": [
5-
"Sebastian Hammerl"
5+
"Sebastian Hammerl, Getslash GmbH"
66
],
77
"description": "A Twitter Bootstrap styled checkbox to use with AngularJS",
88
"main": "angular-bootstrap-checkbox.js",
@@ -21,7 +21,9 @@
2121
],
2222
"dependencies": {
2323
"angular": ">= 1.2.0",
24-
"bootstrap": ">= 3.0.0",
24+
"bootstrap": ">= 3.0.0"
25+
},
26+
"devDependencies": {
2527
"angular-scenario": ">= 1.2.0"
2628
}
2729
}

0 commit comments

Comments
 (0)