summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-lunr/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-plugin-lunr/package.json')
-rw-r--r--packages/gitbook-plugin-lunr/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gitbook-plugin-lunr/package.json b/packages/gitbook-plugin-lunr/package.json
index 6a26f2d..c998a04 100644
--- a/packages/gitbook-plugin-lunr/package.json
+++ b/packages/gitbook-plugin-lunr/package.json
@@ -3,14 +3,14 @@
"description": "Static and local index for search in GitBook",
"main": "index.js",
"browser": "./_assets/theme.js",
- "version": "4.0.0",
+ "version": "4.0.0-alpha.2",
"dependencies": {
- "gitbook-core": "4.0.0",
+ "gitbook-core": "^4.0.0-alpha.2",
"html-entities": "1.2.0",
"lunr": "0.5.12"
},
"devDependencies": {
- "gitbook-plugin": "4.0.0"
+ "gitbook-plugin": "^4.0.0-alpha.2"
},
"engines": {
"gitbook": ">=3.0.0"