fix package.json

This commit is contained in:
Leo Horie 2015-03-30 16:00:24 -04:00
parent 5d85a6bb0e
commit dfab767265

View file

@ -7,5 +7,5 @@
"repository": {"type": "git", "url": "https://github.com/lhorie/mithril"},
"main": "mithril.js",
"licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}],
"files": ["mithril.min.js", "mithril.min.map", "mithril.js", "README.*"]
"files": ["mithril.min.js", "mithril.min.js.map", "mithril.js", "README.*"]
}