Skip to content

Commit

Permalink
v0.11.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rixo committed Oct 21, 2020
1 parent 2853bc4 commit 29ddc5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-svelte-hot",
"version": "0.11.0-0",
"version": "0.11.0-1",
"description": "Compile Svelte components with HMR support for Rollup or Nollup",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"nollup": ">=0.8.4"
},
"peerDependencies": {
"svelte": ">=3.19.0",
"rollup": ">=1.19.2"
"rollup": ">=1.19.2",
"svelte": ">=3.19.0"
}
}

0 comments on commit 29ddc5b

Please sign in to comment.