Skip to content

Commit be33f78

Browse files
committed
Git urls.
1 parent 1e7c192 commit be33f78

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@
1212
"keywords": [],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/yurydelendik/txt2map4wasm.git"
15+
"url": "git+https://github.com/yurydelendik/txt2map4wasm.git"
1616
},
1717
"author": "Yury Delendik",
1818
"license": "Apache-2.0",
1919
"dependencies": {
2020
"source-map": "^0.5.6",
2121
"yargs": "^7.1.0"
22-
}
22+
},
23+
"bugs": {
24+
"url": "https://github.com/yurydelendik/txt2map4wasm/issues"
25+
},
26+
"homepage": "https://github.com/yurydelendik/txt2map4wasm#readme",
27+
"devDependencies": {}
2328
}

0 commit comments

Comments
 (0)