Skip to content

Commit

Permalink
Move vuepress to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Buneev committed May 31, 2021
1 parent cf4f74d commit 610de90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## Unreleased

## 2.2.1 (2021-05-31)

### Changed

- Moved vuepress to peerDependencies

## 2.2.0 (2021-04-04)

### Added
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-fulltext-search",
"version": "2.2.0",
"version": "2.2.1",
"description": "Adds full-text search capabilities to your vuepress site with a help of flexsearch library.",
"main": "index.js",
"repository": "https://github.com/leo-buneev/vuepress-plugin-fulltext-search.git",
Expand All @@ -12,7 +12,9 @@
"dependencies": {
"flexsearch": "^0.6.32",
"html-to-text": "^7.0.0",
"lodash": "^4.17.19",
"lodash": "^4.17.19"
},
"peerDependencies": {
"vuepress": "^1.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit 610de90

Please sign in to comment.