diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-08-27 14:22:28 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-08-27 14:22:55 -0400 |
commit | 9372f6f02755513b08792af8de406aab91d0e945 (patch) | |
tree | ecd8a7c1cc9567ae09a08bd21888d882d8fd64ed /.bowerrc | |
parent | 29903f38afc188c250c9a48ee5a7ad4ce62a4a75 (diff) | |
download | jquery-9372f6f02755513b08792af8de406aab91d0e945.tar.gz jquery-9372f6f02755513b08792af8de406aab91d0e945.zip |
Explicitly set bower folder location
Diffstat (limited to '.bowerrc')
-rw-r--r-- | .bowerrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 000000000..baa91a3e3 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "bower_components" +}
\ No newline at end of file |