Skip to content

Commit

Permalink
Update Svelte to 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
faburem authored and klaussner committed Jul 11, 2019
1 parent 551fa4a commit 98a3a28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .npm/plugin/svelte-compiler/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.js
@@ -1,6 +1,6 @@
Package.describe({
name: 'svelte:compiler',
version: '3.4.4_1',
version: '3.6.7_1',
summary: 'Svelte compiler',
git: 'https://github.com/meteor-svelte/meteor-svelte.git',
documentation: 'README.md'
Expand All @@ -22,7 +22,7 @@ Package.registerBuildPlugin({
'find-up': '3.0.0',
htmlparser2: '3.10.1',
'source-map': '0.5.6',
svelte: '3.4.4'
svelte: '3.6.7'
}
});

Expand Down

0 comments on commit 98a3a28

Please sign in to comment.