Skip to content

Commit

Permalink
Bump version to 2.0. Remove standard. Require node 12 or later.
Browse files Browse the repository at this point in the history
  • Loading branch information
dudleycarr committed Jul 27, 2021
1 parent 588cf61 commit 42a6e28
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "snappystream",
"version": "1.5.0",
"version": "2.0.0",
"description": "Framed Snappy streams",
"main": "lib/snappystreams.js",
"scripts": {
"lint": "eslint",
"lint": "eslint lib test",
"test": "jest"
},
"repository": {
Expand All @@ -30,16 +30,10 @@
"devDependencies": {
"eslint": "^7.29.0",
"jest": "^27.0.6",
"snappy": "^6.3.5",
"prettier": "^2.3.2"
"prettier": "^2.3.2",
"snappy": "^6.3.5"
},
"engines": {
"node": ">=10"
},
"standard": {
"env": [
"mocha",
"should"
]
"node": ">=12"
}
}

0 comments on commit 42a6e28

Please sign in to comment.