v7.0.0-beta.33

This commit is contained in:
Henry Zhu
2017-12-01 09:27:57 -05:00
parent 1a3a502f97
commit 413aa79711
135 changed files with 722 additions and 722 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-object-assign",
"version": "7.0.0-beta.32",
"version": "7.0.0-beta.33",
"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,10 +10,10 @@
"babel-plugin"
],
"peerDependencies": {
"@babel/core": "7.0.0-beta.32"
"@babel/core": "7.0.0-beta.33"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.32",
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
"@babel/core": "7.0.0-beta.33",
"@babel/helper-plugin-test-runner": "7.0.0-beta.33"
}
}