add support for an optional runtime - closes #129
This commit is contained in:
@@ -15,7 +15,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"
|
||||
},
|
||||
"keywords": [
|
||||
"harmony",
|
||||
|
||||
Reference in New Issue
Block a user