From 5e2c0b38595c55917702aa6df73387be72713846 Mon Sep 17 00:00:00 2001 From: James Kyle Date: Thu, 29 Oct 2015 21:20:05 -0700 Subject: [PATCH] Update package.json --- packages/babel-template/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-template/package.json b/packages/babel-template/package.json index d3d64d2e7b..9321f5f0cc 100644 --- a/packages/babel-template/package.json +++ b/packages/babel-template/package.json @@ -1,7 +1,7 @@ { "name": "babel-template", "version": "6.0.2", - "description": "", + "description": "Generate an AST from a string template.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", "license": "MIT", @@ -14,4 +14,4 @@ "babel-runtime": "^6.0.2", "lodash": "^3.10.1" } -} \ No newline at end of file +}