Skip to content

Commit

Permalink
make Nollup dependency optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rixo committed Jul 16, 2021
1 parent cfd20b5 commit f4dc411
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@
"prepublishOnly": "npm run lint && npm test"
},
"repository": "[email protected]: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 @@ -47,11 +41,12 @@
"sourcemap-codec": "^1.4.8",
"svelte-hmr": "^0.14.6"
},
"optionalDependencies": {
"nollup": ">=0.8.4"
},
"peerDependencies": {
"rollup": ">=1.19.2",
"svelte": ">=3.19.0"
"svelte": ">=3.19.0",
"nollup": ">=0.8.4"
},
"peerDependenciesMeta": {
"nollup": { "optional": true }
}
}

0 comments on commit f4dc411

Please sign in to comment.