Merge remote-tracking branch 'origin/next' into next

This commit is contained in:
Leo Horie 2015-01-25 22:50:03 -05:00
commit b38b0ade0c
2 changed files with 3 additions and 2 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"]
}
"files": ["mithril.min.js", "mithril.min.map", "mithril.js", "README.*"]
}