v2.0.0-rc.1
This commit is contained in:
parent
7140c483c6
commit
1f18506de6
4 changed files with 4 additions and 4 deletions
|
|
@ -1526,7 +1526,7 @@ m.request = requestService.request
|
||||||
m.jsonp = requestService.jsonp
|
m.jsonp = requestService.jsonp
|
||||||
m.parseQueryString = parseQueryString
|
m.parseQueryString = parseQueryString
|
||||||
m.buildQueryString = buildQueryString
|
m.buildQueryString = buildQueryString
|
||||||
m.version = "2.0.0-rc.0"
|
m.version = "2.0.0-rc.1"
|
||||||
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
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",
|
"name": "mithril",
|
||||||
"version": "2.0.0-rc.0",
|
"version": "2.0.0-rc.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mithril",
|
"name": "mithril",
|
||||||
"version": "2.0.0-rc.0",
|
"version": "2.0.0-rc.1",
|
||||||
"description": "A framework for building brilliant applications",
|
"description": "A framework for building brilliant applications",
|
||||||
"author": "Leo Horie",
|
"author": "Leo Horie",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue