Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent b924925 commit c9c2d00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
19 changes: 3 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 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 All @@ -29,7 +27,7 @@
"@exile-watch/postcss-config": "^1.1.0",
"@exile-watch/rollup-config": "^1.1.0",
"@exile-watch/typescript-config": "^1.1.0",
"@exile-watch/writ-icons": "^0.3.8",
"@exile-watch/writ-icons": "^1.0.1",
"@types/react": "^18.2.55",
"classnames": "^2.5.1",
"del-cli": "^5.1.0",
Expand Down Expand Up @@ -60,7 +58,5 @@
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"workspaces": [
"packages/*"
]
"workspaces": ["packages/*"]
}

0 comments on commit c9c2d00

Please sign in to comment.