Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
cplepage committed Feb 21, 2024
1 parent f110dd0 commit 167f5f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fullstacked-editor",
"version": "0.0.0",
"version": "0.1.0",
"scripts": {
"build": "esbuild build.ts --bundle --outfile=.cache/build.js --platform=node --format=esm --packages=external && node .cache/build.js",
"start": "npm run build && npm start -w platform/node"
Expand Down
2 changes: 1 addition & 1 deletion platform/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "FullStacked",
"author": "FullStacked Org.",
"description": "Build and run full-stack JS web apps anywhere.",
"version": "0.0.0",
"version": "0.1.0",
"main": ".cache/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion platform/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fullstacked/editor",
"description": "Build and run full-stack JS web apps on any platform.",
"author": "FullStacked Org.",
"version": "0.0.0-alpha.1",
"version": "0.1.0-alpha.1",
"main": "index.js",
"bin": {
"fullstacked": "index.js"
Expand Down

0 comments on commit 167f5f8

Please sign in to comment.