Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit 06bde2e

Browse files
committed
fix: package.json error
1 parent ddc651c commit 06bde2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
55
[README](README.md) | [CHANGELOG](CHANGELOG.md)
66

7-
**This theme for Vuepress 1.x, Works only on supported operating systems and browsers**
8-
9-
[prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme)
7+
**This theme for Vuepress 1.x**
108

119
[Live Demo and Documentation](https://tolking.github.io/vuepress-theme-default-prefers-color-scheme)
1210

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/issues"
1111
},
1212
"homepage": "https://github.com/tolking/vuepress-theme-default-prefers-color-scheme",
13-
"doc": "https://ououe.com/lib/vuepress-theme-default-prefers-color-scheme.html",
13+
"doc": "https://tolking.github.io/vuepress-theme-default-prefers-color-scheme",
1414
"scripts": {
1515
"dev": "vuepress dev examples",
1616
"serve": "vuepress dev examples",
@@ -25,8 +25,10 @@
2525
"light-theme",
2626
"dark-theme"
2727
],
28+
"dependencies": {
29+
"css-prefers-color-scheme": "^3.1.1"
30+
},
2831
"devDependencies": {
29-
"css-prefers-color-scheme": "^3.1.1",
3032
"vuepress": "^1.0.0"
3133
}
3234
}

0 commit comments

Comments
 (0)