Skip to content

Commit

Permalink
Update package type
Browse files Browse the repository at this point in the history
  • Loading branch information
damsfx committed Apr 30, 2021
1 parent e047caa commit e35eb69
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hounddd/wn-blocks-theme",
"type": "wn-theme",
"type": "winter-theme",
"description": "Winter CMS theme that demonstrates the use of repeater groups to assemble static pages with customizable building sections and blocks.",
"keywords": ["winter", "cms", "demo", "theme"],
"license": "MIT",
Expand All @@ -13,5 +13,10 @@
"require": {
"php": ">=5.4",
"composer/installers": "~1.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}

0 comments on commit e35eb69

Please sign in to comment.