Skip to content

Commit c2201e3

Browse files
committed
update package.json and readme
1 parent 700cd9e commit c2201e3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# vscode-tailwindcss
2+
3+
<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html.gif" alt="HTML autocompletion" width="600">

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"engines": {
88
"vscode": "^1.20.0"
99
},
10-
"categories": ["Other"],
10+
"categories": [
11+
"Other"
12+
],
1113
"keywords": [
1214
"tailwind",
1315
"tailwindcss",
@@ -39,8 +41,9 @@
3941
"dlv": "^1.1.1",
4042
"tailwind-class-names": "0.6.0"
4143
},
42-
"homepage":
43-
"https://github.com/bradlc/vscode-tailwindcss/blob/master/README.md",
44+
"author": "Brad Cornes <bradlc41@gmail.com>",
45+
"license": "MIT",
46+
"homepage": "https://github.com/bradlc/vscode-tailwindcss/blob/master/README.md",
4447
"bugs": {
4548
"url": "https://github.com/bradlc/vscode-tailwindcss/issues",
4649
"email": "bradlc41@gmail.com"

src/img/html.gif

2.77 MB
Loading

0 commit comments

Comments
 (0)