Skip to content

Commit 55524e9

Browse files
committed
Toward OpenHistoricalMap/issues#877 by fixing package.json.
1 parent cbe9a7b commit 55524e9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
"version": "2.29.0-dev",
44
"description": "A friendly editor for OpenStreetMap",
55
"main": "dist/iD.min.js",
6-
"repository": "github:openstreetmap/iD",
7-
"homepage": "https://github.com/openstreetmap/iD",
8-
"bugs": "https://github.com/openstreetmap/iD/issues",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/OpenHistoricalMap/iD"
9+
},
10+
"homepage": "https://github.com/OpenHistoricalMap/iD",
11+
"bugs": "https://github.com/OpenHistoricalMap/issues/issues",
912
"keywords": [
1013
"editor",
11-
"openstreetmap"
14+
"openhistoricalmap"
1215
],
1316
"license": "ISC",
1417
"scripts": {

0 commit comments

Comments
 (0)