Skip to content

Commit

Permalink
chore: add devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Dec 9, 2019
1 parent b798941 commit 7ad75bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/babel-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/helper-fixtures": "^7.6.3"
"@babel/helper-fixtures": "^7.6.3",
"rimraf": "^3.0.0"
},
"bin": {
"babel": "./bin/babel.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/babel-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/helper-fixtures": "^7.6.3",
"@babel/runtime": "^7.7.4",
"fs-readdir-recursive": "^1.0.0",
"make-dir": "^2.1.0"
"make-dir": "^2.1.0",
"rimraf": "^3.0.0"
},
"bin": {
"babel-node": "./bin/babel-node.js"
Expand Down
1 change: 1 addition & 0 deletions packages/babel-register/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-transform-modules-commonjs": "^7.7.4",
"default-require-extensions": "^2.0.0"
}
}

0 comments on commit 7ad75bb

Please sign in to comment.