From ddfc2217fd232b1229abcb0b90dc2091c2cf8770 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Tue, 14 Feb 2017 15:47:09 +0100 Subject: [PATCH] Do not copy `package.json` to `build` directory --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 57c6889..a34580a 100755 --- a/build.sh +++ b/build.sh @@ -7,4 +7,3 @@ find lib/** -type f -exec node_modules/.bin/async-to-gen --out-file build/{} {} find bin/** -type f -exec node_modules/.bin/async-to-gen --out-file build/{} {} \; chmod +x build/bin/now.js cp lib/utils/billing/*.json build/lib/utils/billing/ -cp package.json build/