mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Remove gitbook-cli (#1076)
This commit is contained in:
parent
8067589d0c
commit
16ebc4579b
|
@ -1,8 +0,0 @@
|
|||
src/
|
||||
build/
|
||||
dev/
|
||||
examples/
|
||||
npm-package/
|
||||
test/
|
||||
package.json
|
||||
webpack/
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"gitbook": "3.2.2",
|
||||
"title": "Redux DevTools Extension",
|
||||
"plugins": ["edit-link", "prism", "-highlight", "github", "anchorjs"],
|
||||
"pluginsConfig": {
|
||||
"edit-link": {
|
||||
"base": "https://github.com/zalmoxisus/redux-devtools-extension/tree/master",
|
||||
"label": "Edit This Page"
|
||||
},
|
||||
"github": {
|
||||
"url": "https://github.com/zalmoxisus/redux-devtools-extension/"
|
||||
},
|
||||
"sharing": {
|
||||
"facebook": true,
|
||||
"twitter": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -20,12 +20,7 @@
|
|||
"precompress:firefox": "yarn run lint && yarn run build:firefox && yarn run test:app",
|
||||
"compress:extension": "bestzip build/extension.zip build/extension",
|
||||
"compress:firefox": "bestzip build/extension.zip build/extension",
|
||||
"docs:clean": "rimraf _book",
|
||||
"docs:prepare": "gitbook install",
|
||||
"docs:build": "yarn run docs:prepare && gitbook build",
|
||||
"docs:watch": "yarn run docs:prepare && gitbook serve",
|
||||
"docs:publish": "yarn run docs:clean && yarn run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push git@github.com:zalmoxisus/redux-devtools-extension gh-pages --force",
|
||||
"clean": "rimraf build/ && rimraf dev/",
|
||||
"clean": "rimraf build && rimraf dev",
|
||||
"test:app": "cross-env BABEL_ENV=test jest test/app",
|
||||
"test:chrome": "jest test/chrome",
|
||||
"test:electron": "yarn run build:test:electron:fixture && jest test/electron",
|
||||
|
@ -85,7 +80,6 @@
|
|||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"fork-ts-checker-webpack-plugin": "^7.0.0",
|
||||
"gitbook-cli": "^2.3.2",
|
||||
"immutable": "^4.0.0",
|
||||
"jest": "^27.5.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
|
|
Loading…
Reference in New Issue
Block a user