Skip to content

Commit 5e1a893

Browse files
committed
Fixing manifest file validation errors
1 parent d5ac3f8 commit 5e1a893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storelocator.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "storelocator",
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.",
5-
"keywords": ["locator","store", "location", "locations", "google maps", "stores", "find"],
5+
"keywords": ["locator","store", "location", "locations", "maps", "map", "stores", "find"],
66
"version": "1.4.2",
77
"author": {
88
"name": "Bjorn Holine",
@@ -19,6 +19,6 @@
1919
"demo": "http://bjornblog.com/storelocator/",
2020
"dependencies": {
2121
"jquery": ">=1.7",
22-
"handlebars": ">=1.0.rc.2"
22+
"handlebars": ">=1.0"
2323
}
2424
}

0 commit comments

Comments
 (0)