Skip to content

Commit 0391fde

Browse files
committed
bump to v1, updated tailwindcss and eslint
1 parent 47fa48e commit 0391fde

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gradin/tailwindcss-skeleton-screen",
3-
"version": "0.1.1",
4-
"description": "Tailwindcss plugin to make skeleton screen easier than ever.",
3+
"version": "1.0.0",
4+
"description": "Tailwindcss plugin to make skeleton screen.",
55
"main": "src/index.js",
66
"scripts": {},
77
"repository": {
@@ -15,8 +15,7 @@
1515
"tailwind",
1616
"tailwindcss",
1717
"skeleton screen",
18-
"loading",
19-
"animation"
18+
"loading"
2019
],
2120
"author": "Christhofer",
2221
"license": "MIT",
@@ -25,7 +24,7 @@
2524
},
2625
"homepage": "https://github.com/gradints/tailwindcss-skeleton-screen#readme",
2726
"devDependencies": {
28-
"eslint": "^7.24.0",
29-
"tailwindcss": "^2.1.1"
27+
"eslint": "^7.25.0",
28+
"tailwindcss": "^2.1.2"
3029
}
3130
}

0 commit comments

Comments
 (0)