Skip to content

Commit 89927f0

Browse files
committed
Merge pull request bjorn2404#100 from hawkmeister/master
Added main property to bower.json
2 parents d87118b + 59a154c commit 89927f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bower.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"jquery": ">=1.7",
1616
"handlebars": ">=1.0"
1717
},
18+
"main" : [
19+
"dist/assets/js/plugins/storeLocator/jquery.storelocator.min.js",
20+
"dist/assets/css/storelocator.min.css"
21+
],
1822
"devDependencies": {
1923
"grunt-contrib-jshint": "~0.6.0",
2024
"grunt-contrib-qunit": "~0.2.0",
@@ -27,4 +31,4 @@
2731
"grunt-banner": "~0.2.2",
2832
"grunt-contrib-cssmin": "~0.9.0"
2933
}
30-
}
34+
}

0 commit comments

Comments
 (0)