pull/2058/head
Rich Harris 6 years ago
parent 183c9ca403
commit 3a03485d0d

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

@ -27,7 +27,7 @@ describe("js", () => {
shared: true shared: true
}); });
actual = svelte.compile(input, options).js.code.replace(/generated by Svelte v\d+\.\d+\.\d+(-\w+)?/, 'generated by Svelte vX.Y.Z'); actual = svelte.compile(input, options).js.code.replace(/generated by Svelte v\d+\.\d+\.\d+(-\w+\.\d+)?/, 'generated by Svelte vX.Y.Z');
} catch (err) { } catch (err) {
console.log(err.frame); console.log(err.frame);
throw err; throw err;

Loading…
Cancel
Save