fixed the auto-installer

to use `./bin.js` instead of `notion-enhancer`
This commit is contained in:
dragonwocky 2020-08-29 00:57:33 +10:00
parent 39ebd0e3fd
commit 9f5cacefd1
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.2 (2020-08-28)
some things you just can't test until production... fixed the auto-installer
to use `./bin.js` instead of `notion-enhancer`
### v0.8.1 (2020-08-28)
a clarity and stability update.

View File

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