Skip to content

Commit 7fb891d

Browse files
author
Gustav Hansen
committed
Update version [publish binary]
1 parent 62503e8 commit 7fb891d

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"name": "node-qt-napi",
3-
"version": "0.0.1",
4-
"description": "",
5-
"main": "./lib/qt.js",
6-
"binary": {
7-
"module_name": "qt",
8-
"module_path": "./bindings/napi-v{napi_build_version}",
9-
"host": "https://github.com/kusti8/node-qt-napi/releases/download/",
10-
"napi_versions": [
11-
2,
12-
3,
13-
4
14-
],
15-
"remote_path": "{version}",
16-
"package_name": "{module_name}-v{version}-{napi_build_version}-{platform}-{arch}.tar.gz"
17-
},
18-
"dependencies": {
19-
"cross-env": "^6.0.3",
20-
"node-addon-api": "*",
21-
"node-pre-gyp": "^0.13.0"
22-
},
23-
"devDependencies": {
24-
"node-pre-gyp-github": "^1.4.3"
25-
},
26-
"scripts": {
27-
"test": "echo \"Error: no test specified\"",
28-
"install": "cross-env JOBS=max node-pre-gyp install --fallback-to-build"
29-
},
30-
"author": "Gustav Hansen",
31-
"license": "MIT",
32-
"repository": {
33-
"type": "git",
34-
"url": "https://github.com/kusti8/node-qt-napi.git"
35-
}
2+
"name": "node-qt-napi",
3+
"version": "0.0.2",
4+
"description": "",
5+
"main": "./lib/qt.js",
6+
"binary": {
7+
"module_name": "qt",
8+
"module_path": "./bindings/napi-v{napi_build_version}",
9+
"host": "https://github.com/kusti8/node-qt-napi/releases/download/",
10+
"napi_versions": [
11+
2,
12+
3,
13+
4
14+
],
15+
"remote_path": "{version}",
16+
"package_name": "{module_name}-v{version}-{napi_build_version}-{platform}-{arch}.tar.gz"
17+
},
18+
"dependencies": {
19+
"cross-env": "^6.0.3",
20+
"node-addon-api": "*",
21+
"node-pre-gyp": "^0.13.0"
22+
},
23+
"devDependencies": {
24+
"node-pre-gyp-github": "^1.4.3"
25+
},
26+
"scripts": {
27+
"test": "echo \"Error: no test specified\"",
28+
"install": "cross-env JOBS=max node-pre-gyp install --fallback-to-build"
29+
},
30+
"author": "Gustav Hansen",
31+
"license": "MIT",
32+
"repository": {
33+
"type": "git",
34+
"url": "https://github.com/kusti8/node-qt-napi.git"
35+
}
3636
}

0 commit comments

Comments
 (0)