more internal rearchitecturing

This commit is contained in:
Sebastian McKenzie
2015-02-05 14:05:15 +11:00
parent 2b75c67448
commit f365cc1248
29 changed files with 139 additions and 135 deletions

View File

@@ -6,7 +6,8 @@
"homepage": "https://6to5.org/",
"repository": "6to5/6to5",
"preferGlobal": true,
"main": "lib/6to5/index.js",
"main": "lib/6to5/api/node.js",
"browser": "lib/6to5/api/browser.js",
"bin": {
"6to5": "./bin/6to5/index.js",
"6to5-minify": "./bin/6to5-minify",
@@ -14,8 +15,7 @@
"6to5-runtime": "./bin/6to5-runtime"
},
"browser": {
"./lib/6to5/index.js": "./lib/6to5/browser.js",
"./lib/6to5/register.js": "./lib/6to5/register-browser.js"
"./lib/6to5/api/register/node.js": "./lib/6to5/api/register/browser.js"
},
"keywords": [
"harmony",