mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 14:19:58 +00:00
Change book.json
This commit is contained in:
parent
5e74c71704
commit
d37668c9b3
@ -4,12 +4,8 @@
|
||||
"structure": {
|
||||
"summary": "docs/README.md"
|
||||
},
|
||||
"plugins": ["edit-link", "prism", "-highlight", "github", "anker-enable"],
|
||||
"plugins": ["prism", "-highlight", "github", "anker-enable"],
|
||||
"pluginsConfig": {
|
||||
"edit-link": {
|
||||
"base": "https://github.com/gschier/insomnia/tree/master",
|
||||
"label": "Edit This Page"
|
||||
},
|
||||
"github": {
|
||||
"url": "https://github.com/gschier/insomnia/"
|
||||
}
|
||||
|
@ -58,7 +58,7 @@
|
||||
"hot-server": "node -r babel-register ./webpack/server.js",
|
||||
"dev": "concurrently --kill-others \"npm run hot-server\" \"npm run start-hot\"",
|
||||
"test": "jest $@",
|
||||
"package": "./scripts/package"
|
||||
"package": "bash scripts/package.sh"
|
||||
},
|
||||
"jest": {
|
||||
"unmockedModulePathPatterns": [
|
||||
|
0
scripts/package → scripts/package.sh
Executable file → Normal file
0
scripts/package → scripts/package.sh
Executable file → Normal file
@ -61,7 +61,7 @@ export default {
|
||||
},
|
||||
externals: [
|
||||
|
||||
// Omit all the app package dependencies (we want them loaded at runtime via NodeJS)
|
||||
// Omit all the app package.sh dependencies (we want them loaded at runtime via NodeJS)
|
||||
...Object.keys(pkg.dependencies)
|
||||
],
|
||||
plugins: [],
|
||||
|
Loading…
Reference in New Issue
Block a user