Skip to content

Commit ea38bba

Browse files
committed
fix: correct npm scope to @figma-vars/hooks
1 parent be23205 commit ea38bba

2 files changed

Lines changed: 44 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@figmavars/hooks",
2+
"name": "@figma-vars/hooks",
33
"version": "1.0.2",
44
"description": "Typed React hooks for managing Figma Variables, modes, tokens, and bindings via API.",
55
"author": "Mark Learst",
@@ -40,7 +40,6 @@
4040
"build": "tsc && vite build",
4141
"preview": "vite preview"
4242
},
43-
"dependencies": {},
4443
"peerDependencies": {
4544
"react": ">=19.0.0",
4645
"react-dom": ">=19.0.0"
@@ -64,6 +63,7 @@
6463
"react-dom": "^19.1.0",
6564
"typescript": "~5.8.3",
6665
"vite": "^6.3.5",
67-
"vite-plugin-dts": "^4.5.4"
66+
"vite-plugin-dts": "^4.5.4",
67+
"vite-tsconfig-paths": "^5.1.4"
6868
}
6969
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)