From 9be73c4ba97e68ae218807ac48fcdb728625b475 Mon Sep 17 00:00:00 2001 From: "lcxfs1991@gmail.com" Date: Wed, 22 Jun 2016 23:21:39 +0800 Subject: [PATCH] add postinstall script --- bin/steamer.js | 0 package.json | 5 +---- 2 files changed, 1 insertion(+), 4 deletions(-) mode change 100644 => 100755 bin/steamer.js diff --git a/bin/steamer.js b/bin/steamer.js old mode 100644 new mode 100755 diff --git a/package.json b/package.json index 53f80f1..d807c0b 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,7 @@ "description": "steamer", "main": "index.js", "scripts": { - - }, - "scripts": { - + "postinstall": "npm link" }, "bin": { "steamer": "./bin/steamer.js"