Skip to content

Commit

Permalink
Bundle production dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 1, 2025
1 parent efdc83f commit eaa49f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:tsc": "tsc --pretty",
"format": "biome check --write && biome format --write",
"test": "bun test",
"build": "tsup ./src/index.ts --dts --format esm",
"build": "tsup ./src/index.ts --dts --dts-resolve --format esm",
"prepare": "bun run build"
},
"keywords": [
Expand All @@ -27,11 +27,9 @@
],
"author": "ronin",
"license": "Apache-2.0",
"dependencies": {
"@ronin/compiler": "0.13.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@ronin/compiler": "0.13.1",
"@types/bun": "1.1.14",
"ronin": "5.3.5",
"tsup": "8.3.5"
Expand Down

0 comments on commit eaa49f3

Please sign in to comment.