mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-10 15:39:01 +00:00
un-break installer on windows
This commit is contained in:
parent
e93d5a7657
commit
219260ad68
@ -6,6 +6,11 @@
|
|||||||
- [improved responsiveness](https://chrome.google.com/webstore/detail/notion%20%20-responsiveness-f/leadcilhbmibbkgbnjgmmnfgnnhmeddk)
|
- [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)
|
- [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)
|
### v0.8.2 (2020-08-28)
|
||||||
|
|
||||||
some things you just can't test until production... fixed the auto-installer
|
some things you just can't test until production... fixed the auto-installer
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"no test specified\"",
|
"test": "echo \"no test specified\"",
|
||||||
"postinstall": "./bin.js apply -y",
|
"postinstall": "node bin.js apply -y",
|
||||||
"preuninstall": "./bin.js remove -y"
|
"preuninstall": "node bin.js remove -y"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user