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-template",
"version": "6.8.0",
"version": "6.9.0",
"description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -9,9 +9,9 @@
"main": "lib/index.js",
"dependencies": {
"babylon": "^6.7.0",
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-traverse": "^6.9.0",
"babel-types": "^6.9.0",
"babel-runtime": "^6.9.0",
"lodash": "^4.2.0"
}
}