Skip to content

Commit

Permalink
🎨 Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangNiang committed Sep 22, 2024
1 parent 2fb0751 commit 1e9306b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fake-world-project",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"scripts": {
"dev:web": "pnpm -F @fake-world/web run dev",
"build:web": "pnpm -F @fake-world/web run build",
Expand All @@ -19,7 +19,9 @@
"release-it": "^17.3.0",
"typescript": "^5.3.3"
},
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 1e9306b

Please sign in to comment.