Skip to content

Commit

Permalink
Merge pull request #6 from raxjs/fix-rax-scripts
Browse files Browse the repository at this point in the history
fix: listen EADDRINUSE :::9369 when using node debug
  • Loading branch information
Orange-C committed Sep 6, 2019
2 parents 2ef433f + a0f171b commit e2ecdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rax-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"npm": ">=3.0.0"
},
"dependencies": {
"commander": "^2.19.0",
"commander": "^3.0.1",
"eslint": "^5.10.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "~7.11.1",
Expand Down

0 comments on commit e2ecdda

Please sign in to comment.