Skip to content

Commit a182614

Browse files
committed
rename project vscode-tailwind -> vscode-tailwindcss
1 parent dad12aa commit a182614

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vscode-tailwind",
2+
"name": "vscode-tailwindcss",
33
"displayName": "Tailwind CSS IntelliSense",
44
"description": "Tailwind CSS class name completion",
55
"version": "0.1.0",
@@ -39,13 +39,14 @@
3939
"dlv": "^1.1.1",
4040
"tailwind-class-names": "^0.5.0"
4141
},
42-
"homepage": "https://github.com/bradlc/vscode-tailwind/blob/master/README.md",
42+
"homepage":
43+
"https://github.com/bradlc/vscode-tailwindcss/blob/master/README.md",
4344
"bugs": {
44-
"url": "https://github.com/bradlc/vscode-tailwind/issues",
45+
"url": "https://github.com/bradlc/vscode-tailwindcss/issues",
4546
"email": "bradlc41@gmail.com"
4647
},
4748
"repository": {
4849
"type": "git",
49-
"url": "https://github.com/bradlc/vscode-tailwind.git"
50+
"url": "https://github.com/bradlc/vscode-tailwindcss.git"
5051
}
5152
}

0 commit comments

Comments
 (0)