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/types",
"version": "7.0.0-beta.34",
"version": "7.0.0-beta.35",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -13,7 +13,7 @@
"to-fast-properties": "^2.0.0"
},
"devDependencies": {
"@babel/generator": "7.0.0-beta.34",
"babylon": "7.0.0-beta.34"
"@babel/generator": "7.0.0-beta.35",
"babylon": "7.0.0-beta.35"
}
}