From 6670bf555030d04e0162657f34f3a4ec33b94047 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Mon, 7 Dec 2020 19:54:36 +0000 Subject: [PATCH] remove post install/uninstall scripts --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 38d5a0e..8ffd14c 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,7 @@ "notion-enhancer": "bin.js" }, "scripts": { - "test": "echo \"no test specified\"", - "postinstall": "node bin.js apply -y", - "preuninstall": "node bin.js remove -n" + "test": "echo \"no test specified\"" }, "repository": { "type": "git",