Skip to content

Commit

Permalink
fix: reverted "files" and "directories" in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvuka1 committed Sep 2, 2023
1 parent 34307ce commit 5f0a233
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
},
"./package.json": "./package.json"
},
"directories": {
"dist": "./dist"
},
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 5f0a233

Please sign in to comment.