Skip to content
This repository was archived by the owner on Aug 11, 2019. It is now read-only.

Commit 2acbd46

Browse files
committed
-> v2.0.0
1 parent 7184a5d commit 2acbd46

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# svelte-cli changelog
22

3+
## 2.0.0
4+
5+
* Move `svelte` to `peerDependencies`
6+
37
## 1.5.0
48

59
* Add `--customElement` support ([#25](https://github.com/sveltejs/svelte-cli/pull/25))

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-cli",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Command line interface for Svelte",
55
"main": "index.js",
66
"bin": {
@@ -48,7 +48,7 @@
4848
"rollup-plugin-string": "^2.0.2",
4949
"svelte": "^1.50.0"
5050
},
51-
"dependencies": {
52-
"svelte": "^1.9.1"
51+
"peerDependencies": {
52+
"svelte": "*"
5353
}
5454
}

0 commit comments

Comments
 (0)