v2.0.0-rc.7

This commit is contained in:
Isiah Meadows 2019-07-06 03:54:57 -04:00
parent 366f63391e
commit fecd262d0b
4 changed files with 4 additions and 4 deletions

View file

@ -1716,7 +1716,7 @@ m.parseQueryString = parseQueryString
m.buildQueryString = buildQueryString m.buildQueryString = buildQueryString
m.parsePathname = parsePathname m.parsePathname = parsePathname
m.buildPathname = buildPathname m.buildPathname = buildPathname
m.version = "2.0.0-rc.6" m.version = "2.0.0-rc.7"
m.vnode = Vnode m.vnode = Vnode
m.PromisePolyfill = PromisePolyfill m.PromisePolyfill = PromisePolyfill
if (typeof module !== "undefined") module["exports"] = m 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", "name": "mithril",
"version": "2.0.0-rc.6", "version": "2.0.0-rc.7",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

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