File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11# vue-cli-plugin-tailwind
2- [ ![ Tailwind CSS] ( https://img.shields.io/badge/dynamic/json.svg?color=blue&label=tailwindcss&query=%24.dependencies.tailwindcss&url=https%3A%2F%2Fraw.githubusercontent.com%2Fforsartis%2Fvue -cli-plugin-tailwind%2Fmaster%2Fpackage.json )] ( https://tailwindcss.com/ )
2+ [ ![ Tailwind CSS] ( https://img.shields.io/npm/dependency-version/vue -cli-plugin-tailwind/tailwindcss.svg )] ( https://tailwindcss.com/ )
33[ ![ License] ( https://img.shields.io/npm/l/vue-cli-plugin-tailwind.svg )] ( https://github.com/forsartis/vue-cli-plugin-tailwind/blob/master/LICENSE )
44
55
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-cli-plugin-tailwind" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " vue-cli plugin for Tailwind CSS" ,
55 "author" : " Jens Eggerstedt <j.eggerstedt@kaibatech.de>" ,
66 "license" : " MIT" ,
7- "dependencies" : {
8- "@fullhuman/postcss-purgecss" : " ^1.1.0" ,
9- "tailwindcss" : " ^0.7.4"
10- },
7+ "bugs" : " https://github.com/forsartis/vue-cli-plugin-tailwind/issues" ,
8+ "homepage" : " https://github.com/forsartis/vue-cli-plugin-tailwind#readme" ,
119 "repository" : {
1210 "type" : " git" ,
1311 "url" : " git+https://github.com/forsartis/vue-cli-plugin-tailwind"
1816 " plugin" ,
1917 " tailwind" ,
2018 " purgecss"
21- ]
19+ ],
20+ "dependencies" : {
21+ "@fullhuman/postcss-purgecss" : " ^1.1.0" ,
22+ "tailwindcss" : " ^0.7.4"
23+ },
24+ "peerDependencies" : {
25+ "@vue/cli-shared-utils" : " ^3.0.0"
26+ }
2227}
You can’t perform that action at this time.
0 commit comments