Skip to content

Commit 58abca3

Browse files
committed
update project metadata
1 parent 3b9f7a5 commit 58abca3

File tree

2 files changed

+9
-30
lines changed

2 files changed

+9
-30
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"name": "node-gyp-build",
2+
"name": "node-gyp-build-mobile",
33
"version": "4.6.0-1",
4-
"description": "Build tool and bindings loader for node-gyp that supports prebuilds",
4+
"description": "nodejs-mobile fork of node-gyp-build",
55
"main": "index.js",
66
"devDependencies": {
77
"array-shuffle": "^1.0.1",
88
"standard": "^14.0.0",
99
"tape": "^5.0.0"
1010
},
1111
"scripts": {
12-
"test": "standard && node test"
12+
"test": "standard"
1313
},
1414
"bin": {
15-
"node-gyp-build": "./bin.js",
16-
"node-gyp-build-optional": "./optional.js",
17-
"node-gyp-build-test": "./build-test.js"
15+
"node-gyp-build-mobile": "./bin.js",
16+
"node-gyp-build-mobile-optional": "./optional.js",
17+
"node-gyp-build-mobile-test": "./build-test.js"
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/prebuild/node-gyp-build.git"
21+
"url": "https://github.com/nodejs-mobile/node-gyp-build-mobile.git"
2222
},
2323
"author": "Mathias Buus (@mafintosh)",
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/prebuild/node-gyp-build/issues"
26+
"url": "https://github.com/nodejs-mobile/node-gyp-build-mobile/issues"
2727
},
28-
"homepage": "https://github.com/prebuild/node-gyp-build"
28+
"homepage": "https://github.com/nodejs-mobile/node-gyp-build-mobile"
2929
}

0 commit comments

Comments
 (0)