summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-07 14:28:54 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-07 14:28:54 -0500
commitc32ccde18c6d03071ddcc5b23456f5f60c09446f (patch)
tree54254561ad3cc80d201d01255e0781a712dfefa8
parent9329f9da1d5428b4773c436f7ba71e5867764566 (diff)
move font-awesome to devDependencies
-rw-r--r--bower.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/bower.json b/bower.json
index 470a0bc9..8dfe5b97 100644
--- a/bower.json
+++ b/bower.json
@@ -8,17 +8,17 @@
"type": "git",
"url": "git://github.com/thomaspark/bootswatch.git"
},
- "dependencies": {
- "bootstrap": "~3.1.0",
- "font-awesome": "~4.0.0"
- },
"licenses": [
{
"type": "MIT",
"url": "https://github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE"
}
],
+ "dependencies": {
+ "bootstrap": "~3.1.0"
+ },
"devDependencies": {
+ "font-awesome": "~4.0.0",
"html5shiv": "~3.7.0",
"respond": "~1.4.2"
}