Skip to content

Commit

Permalink
Explicitly list out files included in package
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Aug 20, 2023
1 parent 0494b6e commit 6a4fe37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
"tap-arc": "^0.3.5",
"tape": "^5.6.6"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTION.md",
"LICENSE",
"README.md",
"example.js",
"grafana",
"index.js",
"package.json"
],
"engines": {
"node": ">=10"
}
Expand Down

0 comments on commit 6a4fe37

Please sign in to comment.