Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent 6560311 commit e192447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions packages/writ-icons/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
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 e192447

Please sign in to comment.