Skip to content

Commit

Permalink
fix: support stream in local + docker
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisparnin committed Sep 8, 2020
1 parent 772e91f commit 97270bd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 225 deletions.
240 changes: 18 additions & 222 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"cross-env": "^7.0.2",
"nodemon": "^2.0.4",
"pino-pretty": "^4.2.0",
"pino-pretty": "^4.2.1",
"pm2": "^4.4.1"
},
"dependencies": {
Expand All @@ -40,14 +40,14 @@
"express": "^4.17.1",
"express-pino-logger": "^5.0.0",
"express-session": "^1.17.1",
"got": "^11.5.2",
"got": "^11.6.1",
"infra.connectors": "github:ottomatica/infra.connectors",
"js-yaml": "^3.14.0",
"jsdom": "^16.4.0",
"marked": "^1.1.1",
"open": "^7.2.1",
"open-editor": "^2.0.1",
"pino": "^6.5.1",
"pino": "^6.6.0",
"prettier": "^2.1.1",
"pug": "^3.0.0",
"simple-git": "^2.20.1",
Expand Down

0 comments on commit 97270bd

Please sign in to comment.