Skip to content

Commit

Permalink
Update version [publish binary]
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav Hansen committed Dec 16, 2019
1 parent 62503e8 commit 7fb891d
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "node-qt-napi",
"version": "0.0.1",
"description": "",
"main": "./lib/qt.js",
"binary": {
"module_name": "qt",
"module_path": "./bindings/napi-v{napi_build_version}",
"host": "https://github.com/kusti8/node-qt-napi/releases/download/",
"napi_versions": [
2,
3,
4
],
"remote_path": "{version}",
"package_name": "{module_name}-v{version}-{napi_build_version}-{platform}-{arch}.tar.gz"
},
"dependencies": {
"cross-env": "^6.0.3",
"node-addon-api": "*",
"node-pre-gyp": "^0.13.0"
},
"devDependencies": {
"node-pre-gyp-github": "^1.4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"install": "cross-env JOBS=max node-pre-gyp install --fallback-to-build"
},
"author": "Gustav Hansen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kusti8/node-qt-napi.git"
}
"name": "node-qt-napi",
"version": "0.0.2",
"description": "",
"main": "./lib/qt.js",
"binary": {
"module_name": "qt",
"module_path": "./bindings/napi-v{napi_build_version}",
"host": "https://github.com/kusti8/node-qt-napi/releases/download/",
"napi_versions": [
2,
3,
4
],
"remote_path": "{version}",
"package_name": "{module_name}-v{version}-{napi_build_version}-{platform}-{arch}.tar.gz"
},
"dependencies": {
"cross-env": "^6.0.3",
"node-addon-api": "*",
"node-pre-gyp": "^0.13.0"
},
"devDependencies": {
"node-pre-gyp-github": "^1.4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"install": "cross-env JOBS=max node-pre-gyp install --fallback-to-build"
},
"author": "Gustav Hansen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kusti8/node-qt-napi.git"
}
}

0 comments on commit 7fb891d

Please sign in to comment.