Skip to content

Commit

Permalink
Merge branch 'main' into changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored Feb 13, 2024
2 parents 66c28c9 + 3b31550 commit 62f1afd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-donuts-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hono-og": patch
---

Added support for CommonJS.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"changeset": "changeset",
"changeset:release": "bun run build && bun run prepublishOnly && changeset publish",
"changeset:version": "changeset version && bun install --lockfile-only",
"clean": "rimraf src/index.js src/lib src/tsconfig.build.tsbuildinfo",
"clean": "rimraf src/cjs src/lib src/tsconfig.build.tsbuildinfo",
"format": "biome format . --write",
"lint": "biome check . --apply",
"prepublishOnly": "bun .scripts/prepublishOnly.ts",
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"src/**/*.test-d.tsx"
],
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "./src/lib",
"rootDir": "./src"
}
}

0 comments on commit 62f1afd

Please sign in to comment.