From 64696596e7cf367b6e2f2efe8321e596c907295d Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 7 Oct 2014 18:39:12 +1100 Subject: [PATCH] add author and homepage field --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c5540fc27..f2fc50fd86 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { "name": "6to5", "description": "Turn ES6 code into vanilla ES5 with no runtime required", - "version": "0.1.2", + "version": "0.1.3", + "author": "Sebastian McKenzie ", + "homepage": "https://github.com/sebmck/6to5", "repository": { "type": "git", "url": "https://github.com/sebmck/6to5.git"