Skip to content

Commit

Permalink
chore(pkg/rolldown): fix deps and version (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Mar 12, 2024
1 parent da06dde commit b4a2b17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/rolldown/package.json
@@ -1,6 +1,6 @@
{
"name": "rolldown",
"version": "0.0.1",
"version": "0.5.0",
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
"repository": "https://github.com/rolldown/rolldown",
"license": "MIT",
Expand Down Expand Up @@ -61,13 +61,11 @@
"armv7-linux-androideabi"
]
},
"dependencies": {
"prettier": "^3.2.5"
},
"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.43",
"@types/node": "^20.11.25",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"type-fest": "^4.12.0",
"typescript": "^5.4.2",
"unbuild": "^2.0.0",
Expand Down

0 comments on commit b4a2b17

Please sign in to comment.