summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2015-01-22 16:13:51 -0500
committerThomas Park <thomas@thomaspark.me>2015-01-22 16:13:51 -0500
commit1cb9e29c879ff2c332ad2f967a0e710147c42732 (patch)
tree738bfc92a4d6bd1de93aea058e65f66e7f7375dd
parent65e76268ea861c77664f6749b477124dd2fccf40 (diff)
move bootstrap-sass-official to devDependencies, closes #380
-rw-r--r--bower.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 3b48fa96..f783c8f2 100644
--- a/bower.json
+++ b/bower.json
@@ -32,10 +32,10 @@
"*/index.html"
],
"dependencies": {
- "bootstrap": "~3.3.1",
- "bootstrap-sass-official": "~3.3.1"
+ "bootstrap": "~3.3.1"
},
"devDependencies": {
+ "bootstrap-sass-official": "~3.3.1",
"font-awesome": "~4.0.0",
"html5shiv": "~3.7.0",
"respond": "~1.4.2"