Skip to content

Commit

Permalink
Add missing babel-runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaNarie committed Dec 21, 2017
1 parent 8d1089f commit 0f69769
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 117 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -65,6 +65,7 @@
"devDependencies": {
"@babel/cli": "^7.0.0-beta.35",
"@babel/core": "^7.0.0-beta.35",
"@babel/plugin-transform-runtime": "^7.0.0-beta.35",
"@babel/preset-env": "^7.0.0-beta.35",
"@babel/preset-stage-3": "^7.0.0-beta.35",
"@babel/preset-typescript": "^7.0.0-beta.35",
Expand Down Expand Up @@ -102,6 +103,7 @@
"typescript": "^2.6.2"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.35",
"seng-disposable": "^1.1.3"
}
}

0 comments on commit 0f69769

Please sign in to comment.