Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
z3by committed Apr 22, 2020
2 parents c3f4a48 + 88e63b2 commit 948524c
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-flexsearch",
"version": "0.0.5",
"version": "0.0.6",
"description": "Next-Generation full text search library for Vuepress",
"main": "index.js",
"publishConfig": {
Expand All @@ -15,18 +15,23 @@
"url": "https://github.com/z3by/vuepress-plugin-flexsearch"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator",
"vuepress-plugin-flexsearch",
"vuepress-search",
"search",
"vuepress-plugin"
"vuepress-plugin",
"vuepress"
],
"author": "z3by <[email protected]>",
"author": {
"name": "Ahmad Mostafa",
"email": "[email protected]",
"url": "https://github.com/z3by"
},
"license": "MIT",
"homepage": "https://github.com/z3by/vuepress-plugin-flexsearch#readme",
"devDependencies": {
"vuepress": "^1.4.1"
},
"dependencies": {
"flexsearch": "nextapps-de/flexsearch",
"vuepress": "^1.2.0"
"flexsearch": "nextapps-de/flexsearch"
}
}

0 comments on commit 948524c

Please sign in to comment.