From 2729d2a3f1e710b9dc52c705dc0395ff5dadbdc9 Mon Sep 17 00:00:00 2001 From: junderw Date: Mon, 1 Apr 2019 14:21:46 +0900 Subject: [PATCH] Don't include tests in npm package --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index b1c6de5..868b672 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "2.6.0", "description": "Bitcoin BIP39: Mnemonic code for generating deterministic keys", "main": "index.js", + "files": [ + "wordlists" + ], "scripts": { "coverage": "nyc --branches 100 --functions 100 --check-coverage npm run unit", "standard": "standard",