Move fs-readdir-recursive and output-file-sync to devDependencies (#9079)

For `@babel/node`.
This commit is contained in:
wtgtybhertgeghgtwtg 2018-11-25 10:04:03 -07:00 committed by Nicolò Ribaudo
parent 844dd33f3d
commit 1b8d664bbe

View File

@ -22,9 +22,7 @@
"@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": {
@ -32,7 +30,9 @@
},
"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"