Skip to content

Commit

Permalink
Don't include tests in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
junderw committed Apr 1, 2019
1 parent 6044b75 commit 2729d2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2729d2a

Please sign in to comment.