Skip to content

Commit 7dbddac

Browse files
committed
Update bower and version info
1 parent da616f5 commit 7dbddac

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

bower.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-storelocator-plugin",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "This jQuery plugin takes advantage of Google Maps API version 3 to create an easy to implement store locator. No back-end programming is required, you just need to feed it KML, XML, or JSON data with all the location information.",
55
"repository": {
66
"type": "git",
@@ -24,15 +24,16 @@
2424
"dist/assets/css/storelocator.min.css"
2525
],
2626
"devDependencies": {
27-
"grunt-contrib-jshint": "~0.6.0",
28-
"grunt-contrib-qunit": "~0.2.0",
29-
"grunt-contrib-concat": "~0.3.0",
30-
"grunt-contrib-uglify": "~0.2.0",
31-
"grunt-contrib-watch": "~0.4.0",
32-
"grunt-contrib-clean": "~0.4.0",
33-
"grunt-contrib-less": "~0.11.0",
34-
"grunt": "~0.4.4",
27+
"grunt": "~1.3.0",
3528
"grunt-banner": "~0.2.2",
36-
"grunt-contrib-cssmin": "~0.9.0"
29+
"grunt-contrib-clean": "~2.0.0",
30+
"grunt-contrib-concat": "~1.0.1",
31+
"grunt-contrib-cssmin": "~3.0.0",
32+
"grunt-contrib-handlebars": "^2.0.0",
33+
"grunt-contrib-jshint": "~3.0.0",
34+
"grunt-contrib-qunit": "~4.0.0",
35+
"grunt-contrib-sass": "^2.0.0",
36+
"grunt-contrib-uglify": "~5.0.0",
37+
"grunt-contrib-watch": "~1.1.0"
3738
}
3839
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-storelocator-plugin",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "This jQuery plugin takes advantage of Google Maps API version 3 to create an easy to implement store locator. No back-end programming is required, you just need to feed it KML, XML, or JSON data with all the location information.",
55
"repository": {
66
"type": "git",

storelocator.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "jQuery Google Maps Store Locator",
44
"description": "This jQuery plugin takes advantage of Google Maps API version 3 to create an easy to implement store locator. No back-end programming is required, you just need to feed it KML, XML, or JSON data with all the location information.",
55
"keywords": ["jquery","locator","store","dealer","location", "locations", "maps", "map", "stores", "find"],
6-
"version": "3.1.0",
6+
"version": "3.1.1",
77
"author": {
88
"name": "Bjorn Holine",
99
"url": "http://www.bjornblog.com/"

0 commit comments

Comments
 (0)