From 0c318816ccf25c4c3932934a35ef903cc552edc1 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 13 Feb 2018 13:36:02 -0800 Subject: [PATCH] Remove unnecessary files from npm - `"bin/*"`, `"test/*"`, and `"Gulpfile.js"` can be removed - See #844 --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 61405508..b8239176 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,7 @@ "description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "files": [ "dist/npm/*", - "bin/*", - "build/*", - "test/*", - "Gulpfile.js" + "build/*" ], "main": "dist/npm/", "browser": {