v7.0.0-beta.51

This commit is contained in:
Henry Zhu
2018-06-12 17:18:28 -04:00
parent eb54adb755
commit c313b267f7
145 changed files with 766 additions and 766 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-object-assign",
"version": "7.0.0-beta.50",
"version": "7.0.0-beta.51",
"description": "Replace Object.assign with an inline helper",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-assign",
"author": "Jed Watson",
@@ -10,13 +10,13 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.50"
"@babel/helper-plugin-utils": "7.0.0-beta.51"
},
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.50 <7.0.0-rc.0"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.50",
"@babel/helper-plugin-test-runner": "7.0.0-beta.50"
"@babel/core": "7.0.0-beta.51",
"@babel/helper-plugin-test-runner": "7.0.0-beta.51"
}
}