Skip to content

Commit 4c97a1d

Browse files
committed
update composer.json
1 parent 479aca9 commit 4c97a1d

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

composer.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
{
22
"name": "chasegiunta/craft-vue-tailwind",
3-
"description": "Craft CMS",
4-
"version": "1.0",
3+
"description": "Fork of template that integrates the Tailwind CSS utility framework & removes unused CSS with Purgecss.",
4+
"version": "1.03",
55
"minimum-stability": "RC",
66
"keywords": [
77
"craft",
88
"cms",
99
"craftcms",
10-
"project"
10+
"project",
11+
"vue",
12+
"vue.js",
13+
"tailwind",
14+
"tailwindcss"
1115
],
1216
"license": "MIT",
1317
"homepage": "https://craftcms.com/",
1418
"type": "project",
1519
"support": {
16-
"email": "[email protected]",
17-
"issues": "https://github.com/craftcms/cms/issues",
18-
"forum": "https://craftcms.stackexchange.com/",
19-
"source": "https://github.com/craftcms/cms",
20-
"docs": "https://craftcms.com/docs",
21-
"rss": "https://craftcms.com/changelog.rss"
20+
"email": "[email protected]",
21+
"issues": "https://github.com/chasegiunta/craft-vue-tailwind/issues",
22+
"source": "https://github.com/chasegiunta/craft-vue-tailwind",
23+
"docs": "https://github.com/chasegiunta/craft-vue-tailwind"
2224
},
2325
"require": {
24-
"craftcms/cms": "^3.0.0-RC1",
26+
"craftcms/cms": "^3.0.0",
2527
"vlucas/phpdotenv": "^2.4.0",
2628
"clubstudioltd/craft-asset-rev": "v6.0.0"
2729
},

0 commit comments

Comments
 (0)