Skip to content

Commit

Permalink
fix: stream required bindings-mock as a dep (#1970)
Browse files Browse the repository at this point in the history
It is indeed a dev-dep. Only effects people not using `@serialport/stream` directly. Fix the package lock of serialport so lerna manages it.
  • Loading branch information
reconbot authored Nov 10, 2019
1 parent 3423c41 commit e978b7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions packages/serialport/package-lock.json

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

4 changes: 3 additions & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"version": "8.0.4",
"main": "lib",
"dependencies": {
"@serialport/binding-mock": "^8.0.4",
"debug": "^4.1.1"
},
"devDependencies": {
"@serialport/binding-mock": "^8.0.4"
},
"engines": {
"node": ">=8.6.0"
},
Expand Down

0 comments on commit e978b7e

Please sign in to comment.