Skip to content

Commit

Permalink
updated outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slugalisk committed Mar 1, 2019
1 parent e2e87ea commit a26ac93
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 676 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
```
yarn install
```
4. patch wrtc module (https://github.com/zeit/pkg/issues/364#issuecomment-443608978)
5. start ui dev server with
4. start ui dev server with
```
yarn start
```
6. open `https://localhost:3000/test`
5. open `https://localhost:3000/test`
#### Running the ingest server
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"seedrandom": "^2.4.4",
"urlsafe-base64": "^1.0.0",
"uuid": "^3.3.2",
"wrtc": "^0.1.6"
"wrtc": "^0.3.5"
},
"scripts": {
"start": "HTTPS=true NODE_ENV=development react-scripts start",
Expand All @@ -41,6 +41,7 @@
"server": "nodemon --delay 2.5s src/server.js"
},
"devDependencies": {
"nodemon": "^1.18.3"
"nodemon": "^1.18.3",
"webpack-dev-server": "^3.1.11"
}
}
Loading

0 comments on commit a26ac93

Please sign in to comment.