bump beta version

pull/2431/head
Rich Harris 6 years ago
parent d6d9a5ee01
commit 67a73cb793

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "3.0.0-beta.25", "version": "3.0.0-beta.26",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"module": "index.mjs", "module": "index.mjs",
"main": "index", "main": "index",

@ -122,8 +122,8 @@ export function draw(node, {
} }
export function crossfade({ fallback, ...defaults }) { export function crossfade({ fallback, ...defaults }) {
let to_receive = new Map(); const to_receive = new Map();
let to_send = new Map(); const to_send = new Map();
function crossfade(from, node, params) { function crossfade(from, node, params) {
const { const {

Loading…
Cancel
Save