Skip to content

Commit

Permalink
Add babel-template and babel-types to package.json (#727)
Browse files Browse the repository at this point in the history
Didn't properly build on my Windows 10 machine without this.
  • Loading branch information
fu5ha authored and devongovett committed Feb 5, 2018
1 parent ab713a3 commit 74d70f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"dependencies": {
"babel-core": "^6.25.0",
"babel-generator": "^6.25.0",
"babel-template": "^6.25.0",
"babel-types": "^6.25.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babylon": "^6.17.4",
"babylon-walk": "^1.0.2",
Expand Down

0 comments on commit 74d70f8

Please sign in to comment.