Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
lerna packages
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Mar 19, 2019
1 parent 16ad3f3 commit 0c4654b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamhut",
"version": "0.1.0",
"version": "0.1.1",
"description": "Stream and send data, terminal to web and vice versa.",
"main": "index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamhut-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "Stream and send data, terminal to web and vice versa.",
"main": "server.js",
"bin": {
Expand All @@ -13,7 +13,7 @@
"ecstatic": "^3.2.0",
"hyperlinkify": "0.0.3",
"randomstring": "^1.0.3",
"streamhut-server": "^0.0.1",
"streamhut-server": "^0.0.2",
"uuid": "^3.1.0",
"ws": "^6.1.2"
},
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": "streamhut-server",
"version": "0.0.1",
"version": "0.0.2",
"description": "Stream and send data, terminal to web and vice versa.",
"main": "server.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamhut-web",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
Expand Down

0 comments on commit 0c4654b

Please sign in to comment.