Skip to content

Commit

Permalink
chore: add version
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 6, 2023
1 parent eff003d commit e94e703
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "studio-b3",
"private": true,
"description": "[![Deploy](https://github.com/unit-mesh/3b/actions/workflows/deploy.yml/badge.svg)](https://github.com/unit-mesh/3b/actions/workflows/deploy.yml)\r ![npm](https://img.shields.io/npm/v/b3-editor)\r ![GitHub release (with filter)](https://img.shields.io/github/v/release/unit-mesh/b3)",
"directories": {
"doc": "docs"
},
"version": "0.1.0",
"scripts": {
"serve-core": "pnpm -F @studio-b3/web-core watch",
"build-core": "nx build @studio-b3/web-core",
Expand Down
1 change: 0 additions & 1 deletion web/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@studio-b3/web-core",
"private": true,
"version": "0.0.1",
"type": "module",
"main": "dist/main.js",
Expand Down
1 change: 1 addition & 0 deletions web/llmapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"dependencies": {
"openai": "^4.20.0"
},
"private": false,
"devDependencies": {}
}

0 comments on commit e94e703

Please sign in to comment.