diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-09-14 12:38:36 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-09-14 12:38:36 +0200 |
commit | 59ad79c467a7591dd31b121de023a8ada8b4d2f9 (patch) | |
tree | a89fe062632d96fd8959ee5903aaad144fdb66d1 /.bowerrc | |
parent | 3fb86482404e11942cd83c3500a297a3991db0e4 (diff) |
Fix directory refactor
Diffstat (limited to '.bowerrc')
-rw-r--r-- | .bowerrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ { - "directory" : "client/static/components" + "directory" : "src/client/static/components" } |