unminified files for maps

This commit is contained in:
Leo Horie 2014-04-08 09:51:16 -04:00
parent 2054edae10
commit 5eef004bbb
9 changed files with 445 additions and 6 deletions

View file

@ -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"]
}