add back runtime - fixes #651

This commit is contained in:
Sebastian McKenzie
2015-02-01 16:38:13 +11:00
parent 2cdb4e3343
commit 27da6de723
10 changed files with 72 additions and 18 deletions

View File

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