Skip to content

Commit

Permalink
update dependencies, move to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 19, 2018
1 parent e8c7d20 commit d6045c0
Show file tree
Hide file tree
Showing 3 changed files with 1,122 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "svelte-app",
"version": "1.0.0",
"devDependencies": {
"rollup": "^0.56.4",
"rollup": "^0.58.1",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^8.4.0",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-svelte": "^4.0.0",
"rollup-plugin-uglify": "^3.0.0",
"serve": "^6.5.1",
"svelte": "^1.56.1"
"svelte": "^2.0.0"
},
"scripts": {
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion src/App.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>Hello {{name}}!</h1>
<h1>Hello {name}!</h1>

<style>
h1 {
Expand Down
Loading

0 comments on commit d6045c0

Please sign in to comment.