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
|
diff --git a/package.json b/package.json
index 37a91a74b485ebac45a01aa9d7f72f0e260f785a..761723ebb3d3a5a1be87373e864f8b93a345e9fc 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,9 @@ "publisher": "bradlc",
"engines": {
"vscode": "^1.20.0"
},
- "categories": ["Other"],
+ "categories": [
+ "Other"
+ ],
"keywords": [
"tailwind",
"tailwindcss",
@@ -39,8 +41,9 @@ "color": "^3.0.0",
"dlv": "^1.1.1",
"tailwind-class-names": "0.6.0"
},
- "homepage":
- "https://github.com/bradlc/vscode-tailwindcss/blob/master/README.md",
+ "author": "Brad Cornes <bradlc41@gmail.com>",
+ "license": "MIT",
+ "homepage": "https://github.com/bradlc/vscode-tailwindcss/blob/master/README.md",
"bugs": {
"url": "https://github.com/bradlc/vscode-tailwindcss/issues",
"email": "bradlc41@gmail.com"
|