We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f955e commit 766e8e3Copy full SHA for 766e8e3
package.json
@@ -3,7 +3,10 @@
3
"version": "0.0.0-semantically-released",
4
"description": "Return argis geocode results as geojson",
5
"main": "./build/index",
6
- "repository": "https://github.com/conveyal/geocoder-arcgis-geojson.git",
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/conveyal/geocoder-arcgis-geojson.git"
9
+ },
10
"author": "[email protected]",
11
"license": "MIT",
12
"private": false,
@@ -34,5 +37,9 @@
34
37
"mastarm": "3",
35
38
"nock": "^9.1.6",
36
39
"semantic-release": "^6.3.6"
- }
40
41
+ "bugs": {
42
+ "url": "https://github.com/conveyal/geocoder-arcgis-geojson/issues"
43
44
+ "homepage": "https://github.com/conveyal/geocoder-arcgis-geojson#readme"
45
}
0 commit comments