Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit f807ec6

Browse files
committed
release supported Tailwind CSS 2
1 parent c4d808a commit f807ec6

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

dist/vue-tailwind-picker.esm.js

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

dist/vue-tailwind-picker.min.js

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

dist/vue-tailwind-picker.umd.js

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-tailwind-picker",
3-
"version": "1.1.6",
3+
"version": "2.0.0",
44
"description": "Datepicker component for vue.js build with Tailwind CSS & dayjs date library",
55
"main": "dist/vue-tailwind-picker.umd.js",
66
"module": "dist/vue-tailwind-picker.esm.js",
@@ -31,7 +31,24 @@
3131
"email": "[email protected]",
3232
"url": "https://tailwindesign.com"
3333
},
34-
"contributors": [],
34+
"contributors": [
35+
{
36+
"name": "0s1r1s",
37+
"url": "https://github.com/0s1r1s"
38+
},
39+
{
40+
"name": "jserranojunior",
41+
"url": "https://github.com/jserranojunior"
42+
},
43+
{
44+
"name": "LorenzoSapora",
45+
"url": "https://github.com/LorenzoSapora"
46+
},
47+
{
48+
"name": "muarachmann",
49+
"url": "https://github.com/muarachmann"
50+
}
51+
],
3552
"license": "MIT",
3653
"private": false,
3754
"homepage": "https://vue-tailwind-picker.netlify.app",

0 commit comments

Comments
 (0)