Skip to content

Commit 610de90

Browse files
author
Leonid Buneev
committed
Move vuepress to peerDependencies
1 parent cf4f74d commit 610de90

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## 2.2.1 (2021-05-31)
8+
9+
### Changed
10+
11+
- Moved vuepress to peerDependencies
12+
713
## 2.2.0 (2021-04-04)
814

915
### Added

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-fulltext-search",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Adds full-text search capabilities to your vuepress site with a help of flexsearch library.",
55
"main": "index.js",
66
"repository": "https://github.com/leo-buneev/vuepress-plugin-fulltext-search.git",
@@ -12,7 +12,9 @@
1212
"dependencies": {
1313
"flexsearch": "^0.6.32",
1414
"html-to-text": "^7.0.0",
15-
"lodash": "^4.17.19",
15+
"lodash": "^4.17.19"
16+
},
17+
"peerDependencies": {
1618
"vuepress": "^1.4.0"
1719
},
1820
"devDependencies": {

0 commit comments

Comments
 (0)