From 9f5cacefd1454bf091c07a1205d98d6be4213058 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Sat, 29 Aug 2020 00:57:33 +1000 Subject: [PATCH] fixed the auto-installer to use `./bin.js` instead of `notion-enhancer` --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eb8112..49daf1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index c981e68..6e01150 100644 --- a/package.json +++ b/package.json @@ -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",