Skip to content

Commit

Permalink
fix: only include relevant files in npm package (closes #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Jul 30, 2021
1 parent 8809e4b commit a1fbea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"engines": {
"node": "15.14.0"
},
"files": [
"metadata/**",
"out/src/**"
],
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
Expand Down

0 comments on commit a1fbea1

Please sign in to comment.