Skip to content

Commit

Permalink
fix: update main entry file
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent b6ea5b0 commit 18e3346
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 2 additions & 4 deletions packages/writ-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
"url": "git+https://github.com/exile-watch/writ.git",
"directory": "packages/writ-icons"
},
"main": "dist/index.js",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup -c",
Expand Down
8 changes: 2 additions & 6 deletions packages/writ-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup -c",
Expand Down Expand Up @@ -60,7 +58,5 @@
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"workspaces": [
"packages/*"
]
"workspaces": ["packages/*"]
}

0 comments on commit 18e3346

Please sign in to comment.