Skip to content

Commit

Permalink
Merge 893c5ba into 9f89aab
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychopoulet committed Sep 5, 2018
2 parents 9f89aab + 893c5ba commit 3bdbb94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $ npm install split-frames
## Doc

> Works very well with, for example, [serialport](https://www.npmjs.com/package/serialport) for industrial protocols like Concert
> /!\ this version only split frames properly, and does not remove start & end tags or escape bits anymore.
### Methods
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "split-frames",
"version": "2.0.0",
"version": "2.0.1",
"description": "Split Buffer frames from streams",
"main": "lib/main.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/node": "10.5.7",
"@types/node": "10.9.4",
"gulp": "4.0.0",
"gulp-coveralls": "0.1.4",
"gulp-eslint": "5.0.0",
Expand Down

0 comments on commit 3bdbb94

Please sign in to comment.