v7.0.0-beta.2

This commit is contained in:
Henry Zhu
2017-09-26 11:14:41 -04:00
parent 195745f25f
commit 70547efcc1
124 changed files with 470 additions and 470 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"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.1",
"babel-generator": "7.0.0-beta.2",
"babylon": "^7.0.0-beta.25"
}
}