Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed Jun 27, 2021
1 parent 27426e1 commit 4fc8cfe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.5",
"version": "0.0.6",
"npmClient": "yarn",
"useWorkspaces": false,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@droppyjs/cli",
"version": "0.0.5",
"version": "0.0.6",
"description": "> TODO: description",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
"license": "BSD-2-Clause",
"main": "lib/cli.js",
"dependencies": {
"@droppyjs/server": "0.0.5",
"@droppyjs/server": "0.0.6",
"daemonize-process": "^3.0.0",
"minimist": "^1.2.5",
"ps-node": "^0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@droppyjs/client",
"version": "0.0.5",
"version": "0.0.6",
"description": "> TODO: description",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@droppyjs/server",
"version": "0.0.5",
"version": "0.0.6",
"description": "> TODO: description",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/droppyjs/droppy/issues"
},
"dependencies": {
"@droppyjs/client": "0.0.5",
"@droppyjs/client": "0.0.6",
"busboy": "0.3.1",
"chokidar": "3.4.2",
"colorette": "1.2.1",
Expand Down

0 comments on commit 4fc8cfe

Please sign in to comment.