Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
;
  • Loading branch information
iamhectorsosa committed Nov 19, 2023
1 parent 08e202f commit 665b80a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 59 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/publish.yml

This file was deleted.

8 changes: 0 additions & 8 deletions packages/react/.changeset/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions packages/react/.changeset/config.json

This file was deleted.

5 changes: 0 additions & 5 deletions packages/react/.changeset/kind-shrimps-hug.md

This file was deleted.

10 changes: 7 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,21 @@
"build": "tsup ./src --format cjs,esm --no-splitting --dts",
"prepare": "pnpm run lint && pnpm run build",
"lint": "tsc",
"release": "pnpm run lint && pnpm run build && changeset publish"
"pub:beta": "pnpm build && pnpm publish --no-git-checks --access public --tag beta",
"pub:next": "pnpm build && pnpm publish --no-git-checks --access public --tag next",
"pub:release": "pnpm build && pnpm publish --access public"
},
"keywords": [
"react",
"hooks",
"URL",
"params"
],
"author": "",
"author": {
"name": "Hector Sosa",
"url": "https://hectorsosa.me"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/node": "^20",
"@types/react": "^18",
"tsup": "^6",
Expand Down

0 comments on commit 665b80a

Please sign in to comment.