This commit is contained in:
Henry Zhu
2016-05-17 14:49:17 -04:00
parent f7c6afe594
commit cf6304a34b
27 changed files with 102 additions and 102 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.8.1",
"version": "6.9.0",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -8,8 +8,8 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-types",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-traverse": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-traverse": "^6.9.0",
"esutils": "^2.0.2",
"lodash": "^4.2.0",
"to-fast-properties": "^1.0.1"