Skip to content

Commit 7eff770

Browse files
author
Mick Dekkers
authored
Add repository links to package.json
1 parent 7877c49 commit 7eff770

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
22
"name": "python-bridge",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Node.js to Python bridge ✨🐍🚀✨",
55
"main": "index.js",
66
"scripts": {
77
"test": "tap test.js"
88
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/Submersible/node-python-bridge.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/Submersible/node-python-bridge/issues"
15+
},
16+
"homepage": "https://github.com/Submersible/node-python-bridge#readme",
917
"keywords": [
1018
"python",
1119
"bridge",

0 commit comments

Comments
 (0)