Skip to content

Commit

Permalink
chore(workspace): set version (#674)
Browse files Browse the repository at this point in the history
#### What this PR does / why we need it:

As per title.
  • Loading branch information
fuxingloh authored Oct 20, 2023
1 parent 361ad9e commit 1e32bc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@contentedjs/workspace",
"name": "@workspace/root",
"version": "0.0.0",
"private": true,
"workspaces": [
"./packages/*",
Expand Down
1 change: 1 addition & 0 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@workspace/jest-preset",
"version": "0.0.0",
"private": true
}
1 change: 1 addition & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@workspace/tsconfig",
"version": "0.0.0",
"private": true
}

0 comments on commit 1e32bc5

Please sign in to comment.