Skip to content

Commit 15e4157

Browse files
committed
fix: things
1 parent 41585f1 commit 15e4157

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

β€Žexample/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"use-tailwind-breakpoint": "workspace:*"
14+
"@kodingdotninja/use-tailwind-breakpoint": "workspace:*"
1515
},
1616
"devDependencies": {
1717
"@types/react": "^18.2.79",

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "use-tailwind-breakpoint",
2+
"name": "@kodingdotninja/use-tailwind-breakpoint",
33
"description": "Custom hooks to use breakpoints for React πŸŽπŸ”¨",
44
"version": "1.0.0",
55
"author": "Griko Nibras <[email protected]>",
@@ -32,6 +32,7 @@
3232
"scripts": {
3333
"build": "tsup",
3434
"dev": "tsup --watch src",
35+
"postpublish": "git reset HEAD --hard",
3536
"prepack": "node scripts/prepack.js",
3637
"prepublishOnly": "pnpm run build",
3738
"release": "changeset publish"

β€Žpnpm-lock.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpnpm-workspace.yamlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
packages:
2+
- ./
23
- example/

0 commit comments

Comments
Β (0)