From 80b0b9f5f6cd757589d89ccf0744d5b378862219 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 10 Oct 2014 23:24:12 +1100 Subject: [PATCH] update description to new, more accurate one --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9206d43fa9..b5550bf72e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "6to5", - "description": "Turn ES6 code into vanilla ES5 with source maps and no runtime", + "description": "Turn ES6 code into readable vanilla ES5 with source maps", "version": "1.7.9", "author": "Sebastian McKenzie ", "homepage": "https://github.com/sebmck/6to5",