Skip to content

Commit

Permalink
fix(util-stream): remove jest from devDeps (#3348)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Feb 23, 2022
1 parent 1945d47 commit d9e4c4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/util-stream-browser/package.json
Expand Up @@ -22,11 +22,9 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^10.0.0",
"concurrently": "7.0.0",
"downlevel-dts": "0.7.0",
"jest": "^26.1.0",
"typescript": "~4.3.5",
"rimraf": "3.0.2"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/util-stream-node/package.json
Expand Up @@ -23,11 +23,9 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^10.0.0",
"concurrently": "7.0.0",
"downlevel-dts": "0.7.0",
"jest": "^26.1.0",
"typescript": "~4.3.5",
"rimraf": "3.0.2"
},
Expand Down

0 comments on commit d9e4c4b

Please sign in to comment.