From e89f192d4633cd1a42db36fcab36249d753d5eb4 Mon Sep 17 00:00:00 2001 From: "Jimi (Dimitris) Charalampidis" Date: Fri, 10 Apr 2020 20:32:22 +0300 Subject: [PATCH] Remove 'bin' from package 'files' --- .eslintrc.json | 1 + bin/example | 1 - package.json | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4ba7af0..93f504e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -18,6 +18,7 @@ "node_modules", "submodules", "dist", + "bin", "lib", "examples", "out", diff --git a/bin/example b/bin/example index 45ef43a..80071c6 100644 --- a/bin/example +++ b/bin/example @@ -1,3 +1,2 @@ #!/usr/bin/env node - require('../lib/examples').main(); diff --git a/package.json b/package.json index dcc6702..4ec8e24 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "example": "./bin/example" }, "files": [ - "bin", "lib" ], "scripts": {