Skip to content

Commit

Permalink
chore(npm): add "files" property to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Oct 24, 2023
1 parent d8a0f5a commit df87016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"engines": {
"node": "^18.0.0"
},
"files": ["dist"],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"lint": "eslint 'lib/**/*.ts'",
Expand Down

0 comments on commit df87016

Please sign in to comment.