Skip to content

Commit

Permalink
improve package output
Browse files Browse the repository at this point in the history
  • Loading branch information
Hob Adams committed Jul 3, 2024
1 parent 3004dd4 commit 5f9745c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 215 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-squids-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hobadams/nextjs-http-client": patch
---

add dist
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"publishConfig": {
"access": "public"
},
"files": [
"dist/"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --minify --dts",
"release": "pnpm changeset version && pnpm changeset publish --access public",
Expand Down
198 changes: 0 additions & 198 deletions src/HttpClient.js

This file was deleted.

17 changes: 0 additions & 17 deletions src/index.js

This file was deleted.

0 comments on commit 5f9745c

Please sign in to comment.