Skip to content

Commit

Permalink
fix: things
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Apr 18, 2024
1 parent 41585f1 commit 15e4157
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"use-tailwind-breakpoint": "workspace:*"
"@kodingdotninja/use-tailwind-breakpoint": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.79",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "use-tailwind-breakpoint",
"name": "@kodingdotninja/use-tailwind-breakpoint",
"description": "Custom hooks to use breakpoints for React 🎐🔨",
"version": "1.0.0",
"author": "Griko Nibras <[email protected]>",
Expand Down Expand Up @@ -32,6 +32,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch src",
"postpublish": "git reset HEAD --hard",
"prepack": "node scripts/prepack.js",
"prepublishOnly": "pnpm run build",
"release": "changeset publish"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packages:
- ./
- example/

0 comments on commit 15e4157

Please sign in to comment.