Skip to content

Commit

Permalink
Omit test files from published package (MetaMask#49)
Browse files Browse the repository at this point in the history
The `files` property has been added to the package manifest to restrict
which files are included in the published package. Tests and CI
configuration are now omitted.
  • Loading branch information
Gudahtt authored Jan 19, 2021
1 parent 46fca42 commit b1b0d2f
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 @@ -2,6 +2,9 @@
"name": "eth-trezor-keyring",
"version": "0.5.0",
"description": "A MetaMask compatible keyring, for trezor hardware wallets",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit b1b0d2f

Please sign in to comment.