Skip to content

Commit fe4d7df

Browse files
author
corvis
committed
Adjusted package.json
1 parent a9c9a8b commit fe4d7df

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

examples/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link rel="stylesheet" href="css/style.css">
1414
<!-- Location picker -->
1515
<script type="text/javascript" src='http://maps.google.com/maps/api/js?sensor=false&libraries=places'></script>
16-
<script src="../src/locationpicker.jquery.js"></script>
16+
<script src="../dist/locationpicker.jquery.min.js"></script>
1717
<title>jquery-location-picker demo</title>
1818
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1919
</head>

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-locationpicker",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"keywords": [
55
"jquery-plugin",
66
"googlemap",
@@ -9,6 +9,17 @@
99
"map",
1010
"radius"
1111
],
12+
"license": "MIT",
13+
"author": "corvis",
14+
"bugs": {
15+
"url": "https://github.com/Logicify/jquery-locationpicker-plugin/issues"
16+
},
17+
"homepage": "http://logicify.github.io/jquery-locationpicker-plugin/",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/Logicify/jquery-locationpicker-plugin.git"
21+
},
22+
"main": "dist/locationpicker.jquery.min.js",
1223
"description": "This plug-in allows to easily find and select a location on the Google map. Along with a single point selection, it allows to choose an area by providing its center and the radius. All the data can be saved to any HTML input element automatically as well as be processed by Javascript (callback support). The other feature of the plug-in is automatic address resolver which allows to get address line from the selected latitude and longitude. The plug-in also supports searching by address typed into the bound input element which uses auto-complete feature from Google API to make the search process easier. In this case the marker will be automatically positioned on the map after successful address resolution.",
1324
"dependencies": {},
1425
"devDependencies": {

0 commit comments

Comments
 (0)