Merge branch '6.x'

This commit is contained in:
Jimmy Jia
2017-07-29 12:20:18 -04:00
96 changed files with 462 additions and 248 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.23.0",
"version": "6.25.0",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -15,6 +15,6 @@
},
"devDependencies": {
"babel-generator": "^6.22.0",
"babylon": "^6.8.2"
"babylon": "^6.17.2"
}
}