Skip to content

Commit

Permalink
fix: move exported types out of dev dependencies (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
markormesher authored Aug 21, 2023
1 parent 3aaacff commit 844e4ff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 28 deletions.
42 changes: 17 additions & 25 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
"net": false
},
"dependencies": {
"@types/readable-stream": "^4.0.1",
"@types/ws": "^8.5.5",
"commist": "^3.2.0",
"concat-stream": "^2.0.0",
"debug": "^4.3.4",
Expand All @@ -120,11 +122,9 @@
"@types/chai": "^4.3.5",
"@types/duplexify": "^3.6.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.5",
"@types/readable-stream": "^4.0.0",
"@types/node": "^20.5.0",
"@types/sinon": "^10.0.16",
"@types/tape": "^5.6.0",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"airtap": "^4.0.4",
Expand Down

0 comments on commit 844e4ff

Please sign in to comment.