diff --git a/.changeset/config.json b/.changeset/config.json index 820f1c9ae..5b15ad5c1 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,7 +8,8 @@ "@gun-vue/components", "@gun-vue/composables", "@gun-vue/docs", - "@gun-vue/repo" + "@gun-vue/repo", + "@gun-vue/examples" ] ], "access": "public", diff --git a/examples/package.json b/examples/package.json new file mode 100644 index 000000000..4f45de97b --- /dev/null +++ b/examples/package.json @@ -0,0 +1,20 @@ +{ + "name": "@gun-vue/examples", + "version": "0.16.9", + "private": true, + "homepage": "https://gun-vue.js.org", + "author": "davay42 ", + "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" + } +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index db724cd00..d1f2dca1f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -303,6 +303,8 @@ importers: specifier: 1.0.0-alpha.74 version: 1.0.0-alpha.74(@algolia/client-search@4.14.3) + examples: {} + relay: dependencies: dotenv: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 05ed2e63a..619470e81 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,4 +4,5 @@ packages: - "docs" - "app" - "relay" + - "examples" - "."