Skip to content

Commit a4ec5d1

Browse files
committed
Fix: Depend on svelte as a peerDependency
This allows developers to install svelte-loader from npm while having full control over the actual version being used.
1 parent bef748f commit a4ec5d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"sinon-chai": "^2.8.0",
2424
"svelte": "^1.0.7"
2525
},
26+
"peerDependencies": {
27+
"svelte": "^1.0.7"
28+
},
2629
"repository": {
2730
"type": "git",
2831
"url": "git@github.com:svelte/svelte-loader.git"

0 commit comments

Comments
 (0)