Skip to content

Commit

Permalink
fix: move @types/component-emitter to dependencies (#99)
Browse files Browse the repository at this point in the history
Otherwise consumers of socket.io-parser (and socket.io) need to have it
listed in their devDependencies.
  • Loading branch information
P4sca1 committed Nov 25, 2020
1 parent c044433 commit 4efa005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"types": "./dist/index.d.ts",
"dependencies": {
"component-emitter": "~1.3.0",
"@types/component-emitter": "^1.2.10",
"debug": "~4.1.0"
},
"devDependencies": {
"@babel/core": "~7.9.6",
"@babel/preset-env": "~7.9.6",
"@types/component-emitter": "^1.2.10",
"@types/debug": "^4.1.5",
"@types/node": "^14.11.1",
"babelify": "~10.0.0",
Expand Down

0 comments on commit 4efa005

Please sign in to comment.