add 6to5-minify to package.json

This commit is contained in:
Sebastian McKenzie 2015-02-04 08:24:53 +11:00
parent 3b3255a964
commit d6052b483a

View File

@ -9,6 +9,7 @@
"main": "lib/6to5/index.js",
"bin": {
"6to5": "./bin/6to5/index.js",
"6to5-minify": "./bin/6to5-minify",
"6to5-node": "./bin/6to5-node",
"6to5-runtime": "./bin/6to5-runtime"
},