Skip to content

Commit

Permalink
Fix included files and main entry (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
svemat01 authored Sep 22, 2023
1 parent c30b10a commit 4872cc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/soft-mugs-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ens-tools/format': patch
---

Fix included files and main entry
5 changes: 4 additions & 1 deletion packages/format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ens-tools/format",
"version": "0.0.1",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "vitest run",
Expand Down Expand Up @@ -40,6 +40,9 @@
]
}
},
"files": [
"dist"
],
"keywords": [],
"author": "V3X Labs",
"license": "lgpl-3.0",
Expand Down

0 comments on commit 4872cc0

Please # to comment.