Skip to content

Commit

Permalink
fix: add versions to internal packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Nov 10, 2024
1 parent f120f68 commit 7b9b84d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@jellycommands/docs",
"private": true,
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
Expand Down
3 changes: 2 additions & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@jellycommands/playground",
"type": "module",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "nodemon src/index.js"
},
Expand Down

0 comments on commit 7b9b84d

Please sign in to comment.