Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed Mar 14, 2022
1 parent 4be1efa commit d4cd862
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2.3",
"version": "0.2.4",
"npmClient": "yarn",
"useWorkspaces": false,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@droppyjs/cli",
"version": "0.2.3",
"version": "0.2.4",
"description": "> Command Line Interface for droppy.",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
"license": "BSD-2-Clause",
"main": "lib/cli.js",
"dependencies": {
"@droppyjs/server": "0.2.3",
"@droppyjs/server": "0.2.4",
"daemonize-process": "^3.0.0",
"minimist": "^1.2.5",
"ps-node": "^0.1.6",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"scripts": {
"start": "node ./lib/cli.js start",
"build": "node ./lib/cli.js build"
"build": "node ./lib/cli.js build"
},
"bugs": {
"url": "https://github.com/droppyjs/droppy/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@droppyjs/server",
"version": "0.2.3",
"version": "0.2.4",
"description": "> Server for droppy.",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand Down

0 comments on commit d4cd862

Please sign in to comment.