v2.0.0-rc.6

This commit is contained in:
Isiah Meadows 2019-05-31 12:14:27 -04:00
parent 06e94e5206
commit e82f6d00c2
4 changed files with 4 additions and 4 deletions

View file

@ -1653,7 +1653,7 @@ m.parseQueryString = parseQueryString
m.buildQueryString = buildQueryString
m.parsePathname = parsePathname
m.buildPathname = buildPathname
m.version = "2.0.0-rc.5"
m.version = "2.0.0-rc.6"
m.vnode = Vnode
m.PromisePolyfill = PromisePolyfill
if (typeof module !== "undefined") module["exports"] = m

2
mithril.min.js vendored

File diff suppressed because one or more lines are too long

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "mithril",
"version": "2.0.0-rc.5",
"version": "2.0.0-rc.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "mithril",
"version": "2.0.0-rc.5",
"version": "2.0.0-rc.6",
"description": "A framework for building brilliant applications",
"author": "Leo Horie",
"license": "MIT",