Skip to content

Commit d7724e0

Browse files
committed
Moving Bootstrap to devDependencies for Bower installs
1 parent 7b21e0b commit d7724e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

component.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.3.2",
44
"main": "./jquery.toc.js",
55
"dependencies": {
6-
"bootstrap": "~2.3.1",
76
"jquery": ">=1.6.3"
7+
},
8+
"devDependencies": {
9+
"bootstrap": "~2.3.1"
810
}
911
}

0 commit comments

Comments
 (0)