From 636fdf88b87eeabe3321b0491f2f9ec272fbd599 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 2 Oct 2014 09:55:25 +1000 Subject: [PATCH] bump version --- .npmignore | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index cbf8a4e35d..c7781498ac 100644 --- a/.npmignore +++ b/.npmignore @@ -3,3 +3,5 @@ node_modules *.log *.cache lib/6to5/templates +test +Makefile diff --git a/package.json b/package.json index 3c9934ed81..a5088e1474 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "6to5", "description": "Turn ES6 code into vanilla ES5 with no runtime required", - "version": "0.0.5", + "version": "0.0.6", "repository": { "type": "git", "url": "https://github.com/sebmck/6to5.git"