fix ordering issue where previous sibling is array

This commit is contained in:
Leo Horie 2014-04-13 22:32:56 -04:00
parent e5f0d7cebb
commit 8fd5069439
60 changed files with 6944 additions and 10 deletions

View file

@ -0,0 +1,10 @@
{
"name": "mithril",
"description": "A Javascript framework for building brilliant applications",
"keywords": ["mvc", "framework"],
"repository": "lhorie/mithril",
"main": "mithril.min.js",
"scripts": ["mithril.min.js", "mithril.min.map", "mithril.js"],
"version": "0.1.7",
"license": "MIT"
}