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

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

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