remove minified stuff from component

This commit is contained in:
Leo Horie 2014-07-02 09:24:40 -04:00
parent ff741cd332
commit f564844bb9

View file

@ -4,7 +4,7 @@
"keywords": ["mvc", "framework"],
"repository": "lhorie/mithril",
"main": "mithril.js",
"scripts": ["mithril.min.js", "mithril.min.map", "mithril.js"],
"scripts": ["mithril.js"],
"version": "$version",
"license": "MIT"
}