un-break installer on windows

This commit is contained in:
dragonwocky 2020-08-29 01:26:42 +10:00
parent e93d5a7657
commit 219260ad68
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
2 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,11 @@
- [improved responsiveness](https://chrome.google.com/webstore/detail/notion%20%20-responsiveness-f/leadcilhbmibbkgbnjgmmnfgnnhmeddk)
- [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc)
### v0.8.3 (2020-08-29)
previous release was a mistake: it did as intended on linux, but broke windows.
this should achieve the same thing in a more compatible way.
### v0.8.2 (2020-08-28)
some things you just can't test until production... fixed the auto-installer

View File

@ -8,8 +8,8 @@
},
"scripts": {
"test": "echo \"no test specified\"",
"postinstall": "./bin.js apply -y",
"preuninstall": "./bin.js remove -y"
"postinstall": "node bin.js apply -y",
"preuninstall": "node bin.js remove -y"
},
"repository": {
"type": "git",