Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed May 11, 2021
1 parent afb6446 commit be1a5be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.4",
"version": "0.0.5",
"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.4",
"version": "0.0.5",
"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.4",
"@droppyjs/server": "0.0.5",
"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.4",
"version": "0.0.5",
"description": "> TODO: description",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.0.5",
"description": "> TODO: description",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand All @@ -24,16 +24,16 @@
"url": "https://github.com/droppyjs/droppy/issues"
},
"dependencies": {
"@droppyjs/client": "0.0.4",
"@droppyjs/client": "0.0.5",
"busboy": "0.3.1",
"chokidar": "3.4.2",
"colorette": "1.2.1",
"content-disposition": "0.5.3",
"daemonize-process": "3.0.0",
"escape-string-regexp": "4.0.0",
"etag": "1.8.1",
"handlebars": "^4.7.7",
"file-extension": "4.0.5",
"handlebars": "^4.7.7",
"image-size": "0.8.3",
"isbinaryfile": "4.0.6",
"json-buffer": "3.0.1",
Expand Down

0 comments on commit be1a5be

Please sign in to comment.