Do not use index.js for main file

This commit is contained in:
Patrick Steele-Idem 2014-02-18 08:47:34 -07:00
parent cc8aa54b43
commit c2b821eb6a
7 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{
"main": "lib/index.js"
"main": "lib/raptor-templates-compiler.js"
}

View File

@ -44,7 +44,7 @@
},
"license": "Apache License v2.0",
"bin": {},
"main": "runtime/lib/index.js",
"main": "runtime/lib/raptor-templates.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}

View File

@ -1,5 +1,5 @@
{
"main": "lib/index",
"main": "lib/raptor-templates",
"browser": {
"./lib/loader.js": "./lib/loader_browser.js"
}

View File

@ -1,3 +1,3 @@
{
"main": "lib/index"
"main": "lib/raptor-templates-stream"
}