Change book.json

This commit is contained in:
Gregory Schier 2016-06-11 17:27:01 -07:00
parent 5e74c71704
commit d37668c9b3
4 changed files with 3 additions and 7 deletions

View File

@ -4,12 +4,8 @@
"structure": { "structure": {
"summary": "docs/README.md" "summary": "docs/README.md"
}, },
"plugins": ["edit-link", "prism", "-highlight", "github", "anker-enable"], "plugins": ["prism", "-highlight", "github", "anker-enable"],
"pluginsConfig": { "pluginsConfig": {
"edit-link": {
"base": "https://github.com/gschier/insomnia/tree/master",
"label": "Edit This Page"
},
"github": { "github": {
"url": "https://github.com/gschier/insomnia/" "url": "https://github.com/gschier/insomnia/"
} }

View File

@ -58,7 +58,7 @@
"hot-server": "node -r babel-register ./webpack/server.js", "hot-server": "node -r babel-register ./webpack/server.js",
"dev": "concurrently --kill-others \"npm run hot-server\" \"npm run start-hot\"", "dev": "concurrently --kill-others \"npm run hot-server\" \"npm run start-hot\"",
"test": "jest $@", "test": "jest $@",
"package": "./scripts/package" "package": "bash scripts/package.sh"
}, },
"jest": { "jest": {
"unmockedModulePathPatterns": [ "unmockedModulePathPatterns": [

0
scripts/package → scripts/package.sh Executable file → Normal file
View File

View File

@ -61,7 +61,7 @@ export default {
}, },
externals: [ 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) ...Object.keys(pkg.dependencies)
], ],
plugins: [], plugins: [],