Skip to content

Commit 11d59f3

Browse files
committed
Update package keywords
1 parent a124c64 commit 11d59f3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
!CHANGELOG.md
55
!LICENSE
66
!package.json
7-
!package-lock.json
87
!README.md

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-unimportant",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Adds lower specificity tailwindcss utility classes to be used in components",
55
"main": "src/index.js",
66
"peerDependencies": {
@@ -11,7 +11,11 @@
1111
"url": "git+https://github.com/mwnciau/tailwindcss-unimportant.git"
1212
},
1313
"keywords": [
14-
"tailwindcss"
14+
"tailwind",
15+
"tailwindcss",
16+
"tailwindcss-plugin",
17+
"css",
18+
"javascript"
1519
],
1620
"author": "Simon Jarrett",
1721
"license": "MIT",

0 commit comments

Comments
 (0)