Skip to content

Commit

Permalink
Preparing packages for publishing on npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefarias committed Mar 4, 2024
1 parent e299684 commit d90d13b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "gptbundle",
"private": true,
"version": "0.0.1",
"description": "GPTBundle, a React application toolkit, harnesses AI to convert textual content into structured forms and delivers advanced autofill suggestions.",
"homepage": "https://github.com/vintasoftware/GPTBundle",
"bugs": "https://github.com/vintasoftware/GPTBundle/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vintasoftware/GPTBundle.git"
},
"license": "MIT",
"author": "Vinta Software",
"engines": {
"node": ">=20"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@gptbundle/client",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"dist"
Expand Down
3 changes: 3 additions & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@gptbundle/server",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"dist"
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit d90d13b

Please sign in to comment.