Skip to content

Commit

Permalink
Added missing deps for new babel infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jul 24, 2018
1 parent 3a1c15f commit 0bd96be
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 42 deletions.
251 changes: 209 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
]
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.54",
"asset-hash": "^2.1.2",
"corejs": "^1.0.0",
"denodeify": "^1.2.1",
"fs-extra": "^7.0.0",
"postcss": "^7.0.1",
Expand All @@ -57,6 +59,8 @@
"sugarss": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.54",
"babel-core": "^7.0.0-bridge.0",
"babel-preset-edge": "^4.9.3",
"eslint": "^5.2.0",
"eslint-config-readable": "^2.1.3",
Expand Down

0 comments on commit 0bd96be

Please sign in to comment.