Skip to content

Commit 36152cf

Browse files
committed
Add repo
1 parent df01b80 commit 36152cf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Whitespace-only changes.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"lint:fix": "npx -y prettier --write . && npx -y standard --fix ."
88
},
99
"gypfile": true,
10-
"name": "node-lxc-native",
10+
"name": "@node-napi/lxc",
1111
"version": "0.1.0",
1212
"description": "Node native bindings to manage LXC instances",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/bryopsida/node-native-lxc.git"
15+
"url": "git+https://github.com/node-napi/lxc.git"
1616
},
1717
"author": "",
1818
"license": "MIT",
1919
"bugs": {
20-
"url": "https://github.com/bryopsida/node-native-lxc/issues"
20+
"url": "https://github.com/node-napi/lxc/issues"
2121
},
22-
"homepage": "https://github.com/bryopsida/node-native-lxc#readme",
22+
"homepage": "https://github.com/node-napi/lxc#readme",
2323
"devDependencies": {
2424
"node-addon-api": "^8.1.0"
2525
}

0 commit comments

Comments
 (0)