From 93c87468bee64600a84dfd8c2d9d023f5261e6d4 Mon Sep 17 00:00:00 2001 From: Philipp Muens Date: Wed, 4 Jan 2017 17:17:29 +0100 Subject: [PATCH] Add pre- and postinstall scripts to package --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index f89510248..5cb7410d2 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,8 @@ "files": [ "bin", "lib", + "scripts/postinstall.js", + "scripts/preuninstall.js", "package.json", "npm-shrinkwrap.json", "README.md",