Skip to content

Commit 4f0532e

Browse files
author
Andrey Okonetchnikov
committed
chore: Rename repo to react-figma-primitives
1 parent a5c79c8 commit 4f0532e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# figma-react-primitives
1+
# react-figma-primitives
22

33
React primitives for rapid prototyping and data-driven design synced with Figma API via GraphQL

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "figma-react-primitives",
2+
"name": "react-figma-primitives",
33
"description": "React primitives for rapid prototyping and data-driven design synced with Figma API via GraphQL",
44
"version": "0.0.0-development",
55
"source": "src/index.ts",
@@ -9,15 +9,15 @@
99
"types": "dist/src/index.d.ts",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/component-driven/figma-react-primitives.git"
12+
"url": "git+https://github.com/component-driven/react-figma-primitives.git"
1313
},
1414
"keywords": [],
1515
"author": "Andrey Okonetchnikov <andrey@okonet.ru>",
1616
"license": "MIT",
1717
"bugs": {
18-
"url": "https://github.com/component-driven/figma-react-primitives/issues"
18+
"url": "https://github.com/component-driven/react-figma-primitives/issues"
1919
},
20-
"homepage": "https://github.com/component-driven/figma-react-primitives#readme",
20+
"homepage": "https://github.com/component-driven/react-figma-primitives#readme",
2121
"scripts": {
2222
"prepublish": "npm run gql:schema && npm run build",
2323
"build": "microbundle --jsx react",

0 commit comments

Comments
 (0)