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

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Mar 19, 2019
1 parent 91025df commit e86f66d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 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.2.1",
"version": "0.2.2",
"description": "Stream and send data, terminal to web and vice versa.",
"main": "index.js",
"bin": {
Expand Down
6 changes: 1 addition & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
"watchify": "^3.11.0"
},
"scripts": {
"test": "echo 'TODO'",
"start": "node index.js",
"start:prod": "HOST_URL='https://streamhut.io' NET_PORT=1337 node index.js",
"build": "browserify ./static/scripts/client.js > ./static/scripts/bundle.js",
"watch": "watchify ./static/scripts/client.js -o ./static/scripts/bundle.js"
"test": "echo 'TODO'"
},
"repository": {
"type": "git",
Expand Down
3 changes: 0 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "0.0.2",
"description": "Stream and send data, terminal to web and vice versa.",
"main": "server.js",
"bin": {
"streamhut": "bin/streamhut"
},
"dependencies": {
"arraybuffer-mime": "0.0.5",
"clipboard": "^1.7.1",
Expand Down

0 comments on commit e86f66d

Please sign in to comment.