Skip to content

Commit 3704250

Browse files
committed
refactor: instead of instructing to install dep, install it with smui-theme
1 parent 26c93af commit 3704250

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

SVELTEKIT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ npm install --save-dev @smui/card
1010
# etc...
1111

1212
npm install --save-dev smui-theme
13-
npm install --save-dev @material/theme
1413
```
1514

1615
Create your theme files with `smui-theme`.

packages/smui-theme/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"@smui/touch-target": "^6.0.0-beta.16"
7373
},
7474
"dependencies": {
75+
"@material/theme": "^13.0.0",
7576
"node-fetch": "^2.6.7",
7677
"sass": "^1.50.0",
7778
"yargs": "^17.4.1"

0 commit comments

Comments
 (0)