We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad12aa commit a182614Copy full SHA for a182614
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "vscode-tailwind",
+ "name": "vscode-tailwindcss",
3
"displayName": "Tailwind CSS IntelliSense",
4
"description": "Tailwind CSS class name completion",
5
"version": "0.1.0",
@@ -39,13 +39,14 @@
39
"dlv": "^1.1.1",
40
"tailwind-class-names": "^0.5.0"
41
},
42
- "homepage": "https://github.com/bradlc/vscode-tailwind/blob/master/README.md",
+ "homepage":
43
+ "https://github.com/bradlc/vscode-tailwindcss/blob/master/README.md",
44
"bugs": {
- "url": "https://github.com/bradlc/vscode-tailwind/issues",
45
+ "url": "https://github.com/bradlc/vscode-tailwindcss/issues",
46
"email": "bradlc41@gmail.com"
47
48
"repository": {
49
"type": "git",
- "url": "https://github.com/bradlc/vscode-tailwind.git"
50
+ "url": "https://github.com/bradlc/vscode-tailwindcss.git"
51
}
52
0 commit comments