Skip to content

Commit

Permalink
fix: depend on babel-register
Browse files Browse the repository at this point in the history
So we don't run into issues like kentcdodds/babel-plugin-codegen#1
  • Loading branch information
Kent C. Dodds authored Aug 18, 2017
1 parent 5a6b3ec commit f99d0d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"license": "MIT",
"dependencies": {
"babel-core": "^6.25.0",
"babel-register": "^6.25.0",
"babylon": "^6.17.4",
"require-from-string": "^1.2.1"
},
Expand Down

0 comments on commit f99d0d6

Please sign in to comment.