Skip to content

Commit

Permalink
upgrade concat-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
osdevisnot committed Apr 26, 2020
1 parent cd81a40 commit 693de50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"through": "^2.3.8"
},
"devDependencies": {
"concat-stream": "^1.6.2",
"concat-stream": "^2.0.0",
"eclint": "^2.8.1",
"ecstatic": "^4.1.4",
"eslint": "^6.8.0",
Expand All @@ -51,7 +51,7 @@
"tap-parser": "^3.0.5"
},
"scripts": {
"prelint": "eclint check",
"prelint": "eclint check **/*.js",
"lint": "eslint . bin/*",
"pretest": "npm run lint",
"test": "npm run tests-only",
Expand Down

0 comments on commit 693de50

Please sign in to comment.