fix(schema): move search schemas to npm dep

This commit is contained in:
ppoffice 2020-04-10 15:44:13 -04:00
parent e538fa8c31
commit 077780c993
4 changed files with 2 additions and 32 deletions

View File

View File

@ -1,15 +0,0 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/search/algolia.json",
"description": "Enable Algolia search\nhttps://www.algolia.com",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "algolia"
}
},
"required": [
"type"
]
}

View File

@ -1,15 +0,0 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/search/insight.json",
"description": "Enable Insight search\nhttps://ppoffice.github.io/hexo-theme-icarus/Plugins/Search/insight-search-plugin/",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "insight"
}
},
"required": [
"type"
]
}

View File

@ -1,6 +1,6 @@
{
"name": "hexo-theme-icarus",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"engines": {
"node": ">=8.3.0"
@ -22,7 +22,7 @@
"bulma-stylus": "0.8.0",
"deepmerge": "^4.2.2",
"hexo": "^4.2.0",
"hexo-component-inferno": "^0.2.0",
"hexo-component-inferno": "^0.2.3",
"hexo-log": "^1.0.0",
"hexo-pagination": "^1.0.0",
"hexo-renderer-inferno": "^0.1.3",