diff options
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,11 +11,11 @@ "**/.*", "node_modules", "bower_components", - "test", - "tests" + "build" ], "dependencies": { "bootstrap": "~3.3.2", - "bootswatch": "~3.3.4+1" + "bootswatch": "~3.3.4+1", + "fontawesome": "~4.3.0" } } |