diff options
author | Camil Staps | 2015-04-27 16:21:04 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-27 16:21:04 +0200 |
commit | 8e8ab506710da272e325dc5e1a12a428149f20df (patch) | |
tree | 74a8eb24c330f8215b75b2abad38d610f953a9f5 /bower.json | |
parent | Moved to build directory (diff) |
Jade, imagemin, bower dependencies, gulpfile
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" } } |