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"