Skip to content

Commit

Permalink
feat: examples private package
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Apr 28, 2023
1 parent 1ac4dad commit 5f05c0e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"@gun-vue/components",
"@gun-vue/composables",
"@gun-vue/docs",
"@gun-vue/repo"
"@gun-vue/repo",
"@gun-vue/examples"
]
],
"access": "public",
Expand Down
20 changes: 20 additions & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "@gun-vue/examples",
"version": "0.16.9",
"private": true,
"homepage": "https://gun-vue.js.org",
"author": "davay42 <davay@defucc.me>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DeFUCC/gun-vue",
"directory": "examples"
},
"bugs": {
"url": "https://github.com/DeFUCC/gun-vue/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/davay42"
}
}
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ packages:
- "docs"
- "app"
- "relay"
- "examples"
- "."

0 comments on commit 5f05c0e

Please sign in to comment.