diff --git a/packages/writ-icons/package.json b/packages/writ-icons/package.json index 9334b74..5bef252 100644 --- a/packages/writ-icons/package.json +++ b/packages/writ-icons/package.json @@ -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", diff --git a/packages/writ-react/package.json b/packages/writ-react/package.json index b2a5ff8..3bf2950 100644 --- a/packages/writ-react/package.json +++ b/packages/writ-react/package.json @@ -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", @@ -60,7 +58,5 @@ "registry": "https://npm.pkg.github.com/", "access": "public" }, - "workspaces": [ - "packages/*" - ] + "workspaces": ["packages/*"] }