This commit is contained in:
Sebastian McKenzie
2015-11-11 23:28:53 -08:00
parent cfdc2b7268
commit caff1e72a5
117 changed files with 376 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-template",
"version": "6.1.9",
"version": "6.1.10",
"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": {
"babylon": "^6.1.9",
"babel-traverse": "^6.1.9",
"babel-types": "^6.1.9",
"babylon": "^6.1.10",
"babel-traverse": "^6.1.10",
"babel-types": "^6.1.10",
"babel-runtime": "^5.0.0",
"lodash": "^3.10.1"
}