Skip to content

Commit

Permalink
v0.0.4-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed Apr 15, 2021
1 parent bfb1645 commit b3a0ee0
Show file tree
Hide file tree
Showing 3 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.3-alpha.0",
"version": "0.0.4-alpha.0",
"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.3-alpha.0",
"version": "0.0.4-alpha.0",
"description": "> TODO: description",
"author": "Mark Hughes <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
"license": "BSD-2-Clause",
"main": "lib/cli.js",
"dependencies": {
"@droppyjs/server": "0.0.3-alpha.0",
"@droppyjs/server": "0.0.4-alpha.0",
"daemonize-process": "^3.0.0",
"minimist": "^1.2.5",
"ps-node": "^0.1.6",
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.3-alpha.0",
"version": "0.0.4-alpha.0",
"description": "> TODO: description",
"author": "Mark Hughes <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand Down Expand Up @@ -47,12 +47,12 @@
"rrdir": "8.1.1",
"send": "0.17.1",
"strip-ansi": "6.0.0",
"svgstore": "3.0.0-2",
"untildify": "4.0.0",
"valid-filename": "3.1.0",
"which": "2.0.2",
"ws": "7.3.1",
"yazl": "2.5.1",
"svgstore": "3.0.0-2"
"yazl": "2.5.1"
},
"devDependencies": {
"autoprefixer": "9.8.6",
Expand Down

0 comments on commit b3a0ee0

Please sign in to comment.