Modifying "files" to point at .bundle

This commit is contained in:
Erin Jane
2014-05-19 18:55:33 +01:00
parent 2a3737fabd
commit 0979b33818
2 changed files with 2 additions and 1 deletions
@@ -3,7 +3,7 @@
"directories": {
"lib": "dist"
},
"files": ["dist/typeahead.js"],
"files": ["dist/typeahead.bundle.js"],
"shim": {
"typeahead": {
"imports": "jquery",