Merge branch 'next' into components

This commit is contained in:
Leo Horie 2015-03-30 17:30:55 -04:00
commit 401954b01b
71 changed files with 13102 additions and 10 deletions

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