We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7877c49 commit 7eff770Copy full SHA for 7eff770
1 file changed
package.json
@@ -1,11 +1,19 @@
1
{
2
"name": "python-bridge",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Node.js to Python bridge ✨🐍🚀✨",
5
"main": "index.js",
6
"scripts": {
7
"test": "tap test.js"
8
},
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",
17
"keywords": [
18
"python",
19
"bridge",
0 commit comments