Skip to content

Commit 6ebeee4

Browse files
authored
upgrade to tailwindcss 1.2.0
1 parent 39f4a5b commit 6ebeee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-tailwind",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "vue-cli plugin for Tailwind CSS",
55
"author": "Jens Eggerstedt <j.eggerstedt@kaibatech.de>",
66
"license": "MIT",
@@ -19,6 +19,6 @@
1919
],
2020
"dependencies": {
2121
"@fullhuman/postcss-purgecss": "^1.2.0",
22-
"tailwindcss": "^1.1.2"
22+
"tailwindcss": "^1.2.0"
2323
}
2424
}

0 commit comments

Comments
 (0)