v7.0.0-beta.35

This commit is contained in:
Henry Zhu
2017-12-14 16:47:27 -05:00
parent 05b22d2597
commit 8a4124b2ff
135 changed files with 725 additions and 725 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
"version": "7.0.0-beta.34",
"version": "7.0.0-beta.35",
"description": "Remove nullish coalescing operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-nullish-coalescing-opearator",
"license": "MIT",
@@ -9,13 +9,13 @@
"babel-plugin"
],
"dependencies": {
"@babel/plugin-syntax-nullish-coalescing-operator": "7.0.0-beta.34"
"@babel/plugin-syntax-nullish-coalescing-operator": "7.0.0-beta.35"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.34"
"@babel/core": "7.0.0-beta.35"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.34",
"@babel/helper-plugin-test-runner": "7.0.0-beta.34"
"@babel/core": "7.0.0-beta.35",
"@babel/helper-plugin-test-runner": "7.0.0-beta.35"
}
}