We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ae5fa commit abeddbdCopy full SHA for abeddbd
1 file changed
package.json
@@ -49,7 +49,7 @@
49
],
50
"repository": {
51
"type": "git",
52
- "url": "https://github.com/erossignon/node-occ.git"
+ "url": "https://github.com/openwebcad/node-occ.git"
53
},
54
"scripts": {
55
"install": "node-pre-gyp install --fallback-to-build",
@@ -60,12 +60,12 @@
60
"module_name": "occ",
61
"module_path": "./lib/binding/",
62
"host-aws": "https://nodeocc.s3-us-west-1.amazonaws.com",
63
- "host": "https://github.com/erossignon/node-occ/releases/download/",
+ "host": "https://github.com/openwebcad/node-occ/releases/download/",
64
"remote_path": "{version}"
65
66
"gypfile": true,
67
"bugs": {
68
- "url": "https://github.com/erossignon/node-occ/issues"
+ "url": "https://github.com/openwebcad/node-occ/issues"
69
70
"directories": {
71
"test": "test"
0 commit comments