Skip to content

Commit c571293

Browse files
authored
Merge pull request #613 from evcohen/add-babel-to-dev-deps
Add @babel/cli to the dev dependencies
2 parents 13b370c + c398d3a commit c571293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"jest": "jest --coverage __tests__/**/*"
3131
},
3232
"devDependencies": {
33+
"@babel/cli": "^7.4.4",
3334
"@babel/core": "^7.0.0",
3435
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
3536
"@babel/runtime": "^7.4.5",

0 commit comments

Comments
 (0)