diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-02-07 14:28:54 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-02-07 14:28:54 -0500 |
commit | c32ccde18c6d03071ddcc5b23456f5f60c09446f (patch) | |
tree | 54254561ad3cc80d201d01255e0781a712dfefa8 | |
parent | 9329f9da1d5428b4773c436f7ba71e5867764566 (diff) |
move font-awesome to devDependencies
-rw-r--r-- | bower.json | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" } |