Don't include tests in npm package

This commit is contained in:
junderw 2019-04-01 14:21:46 +09:00
parent 6044b7509e
commit 2729d2a3f1
No known key found for this signature in database
GPG Key ID: B256185D3A971908
1 changed files with 3 additions and 0 deletions

View File

@ -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",