v2.0.0-rc.5
This commit is contained in:
parent
7fb47852c0
commit
f1d001cfcd
4 changed files with 4 additions and 4 deletions
|
|
@ -1653,7 +1653,7 @@ m.parseQueryString = parseQueryString
|
|||
m.buildQueryString = buildQueryString
|
||||
m.parsePathname = parsePathname
|
||||
m.buildPathname = buildPathname
|
||||
m.version = "2.0.0-rc.4"
|
||||
m.version = "2.0.0-rc.5"
|
||||
m.vnode = Vnode
|
||||
m.PromisePolyfill = PromisePolyfill
|
||||
if (typeof module !== "undefined") module["exports"] = m
|
||||
|
|
|
|||
2
mithril.min.js
vendored
2
mithril.min.js
vendored
File diff suppressed because one or more lines are too long
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mithril",
|
||||
"version": "2.0.0-rc.4",
|
||||
"version": "2.0.0-rc.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mithril",
|
||||
"version": "2.0.0-rc.4",
|
||||
"version": "2.0.0-rc.5",
|
||||
"description": "A framework for building brilliant applications",
|
||||
"author": "Leo Horie",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue