diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-08 14:32:35 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-08 14:32:35 +0200 |
commit | 68ec88c62096faf5c8538bec4431868919ae9652 (patch) | |
tree | c057a90cb110af2a2343955dfc66dc0978845434 /packages/gitbook-plugin-lunr | |
parent | 47a27fc12d7b91fae9df9ed7bc63ccd645e866eb (diff) | |
download | gitbook-68ec88c62096faf5c8538bec4431868919ae9652.zip gitbook-68ec88c62096faf5c8538bec4431868919ae9652.tar.gz gitbook-68ec88c62096faf5c8538bec4431868919ae9652.tar.bz2 |
Add script to bump version
Diffstat (limited to 'packages/gitbook-plugin-lunr')
-rw-r--r-- | packages/gitbook-plugin-lunr/package.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/packages/gitbook-plugin-lunr/package.json b/packages/gitbook-plugin-lunr/package.json index a5e5d61..7093e7f 100644 --- a/packages/gitbook-plugin-lunr/package.json +++ b/packages/gitbook-plugin-lunr/package.json @@ -1,44 +1,44 @@ { - "name": "gitbook-plugin-lunr", - "description": "Static and local index for search in GitBook", - "main": "index.js", - "browser": "./_assets/theme.js", - "version": "1.2.0", - "dependencies": { - "gitbook-core": "^0.0.0", - "html-entities": "1.2.0", - "lunr": "0.5.12" - }, - "devDependencies": { - "gitbook-plugin": "*" - }, - "engines": { - "gitbook": ">=3.0.0" - }, - "gitbook": { - "properties": { - "maxIndexSize": { + "name": "gitbook-plugin-lunr", + "description": "Static and local index for search in GitBook", + "main": "index.js", + "browser": "./_assets/theme.js", + "version": "4.0.0", + "dependencies": { + "gitbook-core": "4.0.0", + "html-entities": "1.2.0", + "lunr": "0.5.12" + }, + "devDependencies": { + "gitbook-plugin": "4.0.0" + }, + "engines": { + "gitbook": ">=3.0.0" + }, + "gitbook": { + "properties": { + "maxIndexSize": { "type": "number", "title": "Limit size for the index", "default": 1000000 - }, - "ignoreSpecialCharacters": { + }, + "ignoreSpecialCharacters": { "type": "boolean", "title": "Ignore special characters in words", "default": false - } - } - }, - "scripts": { - "build-js": "gitbook-plugin build ./src/index.js ./_assets/theme.js", - "prepublish": "npm run build-js" - }, - "homepage": "https://github.com/GitBookIO/gitbook", - "repository": { - "type": "git", - "url": "https://github.com/GitBookIO/gitbook.git" - }, - "bugs": { - "url": "https://github.com/GitBookIO/gitbook/issues" - } -} + } + } + }, + "scripts": { + "build-js": "gitbook-plugin build ./src/index.js ./_assets/theme.js", + "prepublish": "npm run build-js" + }, + "homepage": "https://github.com/GitBookIO/gitbook", + "repository": { + "type": "git", + "url": "https://github.com/GitBookIO/gitbook.git" + }, + "bugs": { + "url": "https://github.com/GitBookIO/gitbook/issues" + } +}
\ No newline at end of file |