diff --git a/package.json b/package.json index 0cf22da..5004cb6 100644 --- a/package.json +++ b/package.json @@ -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" + } }