Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hgranlund/node-binary-split
Browse files Browse the repository at this point in the history
  • Loading branch information
hgranlund committed Dec 23, 2020
2 parents 6a43573 + 05f265a commit 8be1ee5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 106 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: 'node_js'
node_js:
- '8'
- '9'
- '10'
- '11'
- '12'
Expand Down
105 changes: 8 additions & 97 deletions package-lock.json

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

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,10 @@
"jest": "^26.6.3",
"ts-node": "^9.1.1",
"ts-jest": "^26.4.4",
"tsc": "^1.20150623.0",
"typescript": "^4.1.3"
},
"dependencies": {
"binary-split": "^1.0.5",
"split": "^1.0.1",
"split2": "^3.2.2"
},
"dependencies": {},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
}
}

0 comments on commit 8be1ee5

Please sign in to comment.