Skip to content

Commit ace3383

Browse files
committed
docs: add new names and keywords
1 parent cdfeaf8 commit ace3383

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tailwindjs/react-tailwindjs",
2+
"name": "@afc/react-tailwind",
33
"version": "0.1.0",
44
"description": "Dynamic components for Tailwindcss and ReactJS",
55
"main": "./src/index.js",
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/tailwindjs/react-tailwindjs.git"
11+
"url": "git+https://github.com/afc-org/react-tailwind.git"
1212
},
1313
"keywords": [
1414
"react",
@@ -22,14 +22,17 @@
2222
"react-tailwind",
2323
"react-tailwindcss",
2424
"react-tailwindjs",
25-
"tailwindjs"
25+
"tailwindjs",
26+
"afc-org",
27+
"afc",
28+
"@afc"
2629
],
27-
"author": "@tailwindjs",
30+
"author": "afc-org",
2831
"license": "MIT",
2932
"bugs": {
30-
"url": "https://github.com/tailwindjs/react-tailwindjs/issues"
33+
"url": "https://github.com/afc-org/react-tailwind/issues"
3134
},
32-
"homepage": "https://github.com/tailwindjs/react-tailwindjs#readme",
35+
"homepage": "https://github.com/afc-org/react-tailwind#readme",
3336
"peerDependencies": {
3437
"@popperjs/core": "2.2.x",
3538
"classnames": "2.2.x",

0 commit comments

Comments
 (0)