Skip to content

Commit

Permalink
v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rixo committed Jul 16, 2021
1 parent f4dc411 commit 797da5e
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-svelte-hot",
"version": "0.14.0",
"version": "0.14.1",
"description": "Compile Svelte components with HMR support for Rollup or Nollup",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -18,7 +18,13 @@
"prepublishOnly": "npm run lint && npm test"
},
"repository": "git@github.com:rixo/rollup-plugin-svelte.git",
"keywords": ["svelte", "hot", "hmr", "nollup", "rollup"],
"keywords": [
"svelte",
"hot",
"hmr",
"nollup",
"rollup"
],
"author": "Rich Harris",
"license": "MIT",
"bugs": {
Expand All @@ -42,11 +48,13 @@
"svelte-hmr": "^0.14.6"
},
"peerDependencies": {
"nollup": ">=0.8.4",
"rollup": ">=1.19.2",
"svelte": ">=3.19.0",
"nollup": ">=0.8.4"
"svelte": ">=3.19.0"
},
"peerDependenciesMeta": {
"nollup": { "optional": true }
"nollup": {
"optional": true
}
}
}

0 comments on commit 797da5e

Please sign in to comment.