unminified files for maps
This commit is contained in:
parent
2054edae10
commit
5eef004bbb
9 changed files with 445 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"keywords": ["mvc", "framework"],
|
||||
"repository": "lhorie/mithril",
|
||||
"main": "mithril.min.js",
|
||||
"scripts": ["mithril.min.js"],
|
||||
"scripts": ["mithril.min.js", "mithril.min.map", "mithril.js"],
|
||||
"version": "$version",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
@ -7,5 +7,5 @@
|
|||
"repository": {"type": "git", "url": "https://github.com/lhorie/mithril"},
|
||||
"main": "mithril.min.js",
|
||||
"licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}],
|
||||
"files": ["mithril.min.js", "mithril.min.map"]
|
||||
"files": ["mithril.min.js", "mithril.min.map", "mithril.js"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue