Skip to content

Commit

Permalink
Move fs-readdir-recursive and output-file-sync to `devDependencie…
Browse files Browse the repository at this point in the history
…s` (#9079)

For `@babel/node`.
  • Loading branch information
wtgtybhertgeghgtwtg authored and nicolo-ribaudo committed Nov 25, 2018
1 parent 844dd33 commit 1b8d664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/babel-node/package.json
Expand Up @@ -22,17 +22,17 @@
"@babel/polyfill": "^7.0.0",
"@babel/register": "^7.0.0",
"commander": "^2.8.1",
"fs-readdir-recursive": "^1.0.0",
"lodash": "^4.17.10",
"output-file-sync": "^2.0.0",
"v8flags": "^3.1.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/helper-fixtures": "^7.0.0"
"@babel/helper-fixtures": "^7.0.0",
"fs-readdir-recursive": "^1.0.0",
"output-file-sync": "^2.0.0"
},
"bin": {
"babel-node": "./bin/babel-node.js"
Expand Down

0 comments on commit 1b8d664

Please sign in to comment.