mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Do not use index.js for main file
This commit is contained in:
parent
cc8aa54b43
commit
c2b821eb6a
@ -1,3 +1,3 @@
|
||||
{
|
||||
"main": "lib/index.js"
|
||||
"main": "lib/raptor-templates-compiler.js"
|
||||
}
|
||||
@ -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/"
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"main": "lib/index",
|
||||
"main": "lib/raptor-templates",
|
||||
"browser": {
|
||||
"./lib/loader.js": "./lib/loader_browser.js"
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"main": "lib/index"
|
||||
"main": "lib/raptor-templates-stream"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user