1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
diff --git a/package.json b/package.json
index e8459be831aa4f57d560f61a01d73a21160c48e0..2e0025c5fe2c0a96218d75d65142b6fc28b2a25c 100755
--- a/package.json
+++ b/package.json
@@ -5,15 +5,15 @@ "description": "Intelligent Tailwind CSS tooling for VS Code",
"preview": true,
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
- "version": "0.4.0",
- "homepage": "https://github.com/bradlc/vscode-tailwindcss",
+ "version": "0.3.1",
+ "homepage": "https://github.com/tailwindcss/intellisense",
"bugs": {
- "url": "https://github.com/bradlc/vscode-tailwindcss/issues",
+ "url": "https://github.com/tailwindcss/intellisense/issues",
"email": "hello@bradley.dev"
},
"repository": {
"type": "git",
- "url": "https://github.com/bradlc/vscode-tailwindcss.git"
+ "url": "https://github.com/tailwindcss/intellisense.git"
},
"publisher": "bradlc",
"keywords": [
@@ -28,6 +28,7 @@ "engines": {
"vscode": "^1.33.0"
},
"categories": [
+ "Linters",
"Other"
],
"galleryBanner": {
|