fix ordering issue in subchilds
This commit is contained in:
parent
d7b64ceab2
commit
e65db40116
62 changed files with 7011 additions and 13 deletions
11
archive/v0.1.8/package.json
Normal file
11
archive/v0.1.8/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "mithril",
|
||||
"description": "A Javascript Framework for building brilliant applications",
|
||||
"keywords": ["mvc", "framework"],
|
||||
"version": "0.1.8",
|
||||
"author": "Leo Horie <leohorie@hotmail.com>",
|
||||
"repository": {"type": "git", "url": "https://github.com/lhorie/mithril"},
|
||||
"main": "mithril.min.js",
|
||||
"licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}],
|
||||
"files": ["mithril.min.js", "mithril.min.map", "mithril.js"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue