Skip to content

Commit

Permalink
fix: declare pkg as example + frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 17, 2023
1 parent e81924e commit cc9997c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ws": "^8.12.0"
},
"optionalDependencies": {
"mf-hosting": "^1.8.2"
"mf-hosting-frontend": "^1.0.4"
},
"repository": {
"type": "git",
Expand All @@ -67,7 +67,8 @@
"${install.dir}": "build/",
"${nginx.sites.dir}${name}.conf": "pkg/nginx.conf"
},
"groups": "examples"
"example": true,
"frontend": true
},
"release": {
"plugins": [
Expand Down

0 comments on commit cc9997c

Please sign in to comment.