From 654db6864d95770813ea13cbc7861ea96ca30c71 Mon Sep 17 00:00:00 2001 From: Cayman Date: Thu, 21 Nov 2019 17:00:09 -0600 Subject: [PATCH] Only publish *.js, *.js.map and *.d.ts files --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fa476fe..3d23df9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ "author": "ChainSafe Systems", "license": "Apache-2.0", "files": [ - "lib" + "lib/**/*.js", + "lib/**/*.js.map", + "lib/**/*.d.ts" ], "keywords": [ "ethereum",