From 919bd6aefad828e814a80947348a45e49ad265f8 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Sat, 4 Aug 2018 22:51:38 +1200 Subject: [PATCH] Don't add bin to path (install and use actual bin if desired) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 39cf53f..0dca062 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.0.1", "description": "Streaming HTML preprocessor and minifier for C and Node.js", "main": "out/main.js", - "bin": "out/hyperbuild", "files": [ "out/**" ],