Skip to content

Commit

Permalink
fix: package type
Browse files Browse the repository at this point in the history
  • Loading branch information
baicie committed Nov 25, 2023
1 parent 99e611c commit 28e4dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"scripts": {
"cz": "bcz",
"update-version": "tsx scripts/update-version.ts",
Expand Down Expand Up @@ -47,4 +46,4 @@
"typescript": "^5.3.2",
"vanilla-tilt": "^1.8.1"
}
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.2",
"description": "",
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
"build": "pnpm tsup",
"dev": "pnpm tsup --watch"
},
"keywords": [],
"author": "",
Expand All @@ -21,4 +21,4 @@
"dist/",
"css/"
]
}
}

0 comments on commit 28e4dbf

Please sign in to comment.