[version updates]: tauri.js bad postinstall (#446) (#447)

* fix(tauri.js): remove postinstall script

* chore(tauri.js/package): bump version

Co-authored-by: denjell
This commit is contained in:
github-actions[bot] 2020-02-21 19:53:47 +01:00 committed by GitHub
parent 0d6c383216
commit b9c0118c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{
"name": "tauri",
"version": "0.4.2",
"version": "0.4.3",
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"
@ -14,7 +14,6 @@
"build-release": "yarn build --display none --progress false",
"test": "jest --runInBand --no-cache",
"pretest": "yarn build",
"postinstall": "yarn build",
"prepublishOnly": "yarn build-release",
"test:mac-local": "jest --runInBand",
"lint": "eslint --ext ts ./src/**/*.ts",