This commit is contained in:
Henry Zhu
2017-08-16 11:54:08 -04:00
parent aa330999d0
commit cee4cde53e
21 changed files with 73 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-template",
"version": "6.25.0",
"version": "6.26.0",
"description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -8,9 +8,9 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.22.0",
"babel-traverse": "^6.25.0",
"babel-types": "^6.25.0",
"babel-runtime": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"lodash": "^4.17.4"
}