From edb52899759e2ae3f0140e2d2a3b01b7f4aa85df Mon Sep 17 00:00:00 2001 From: Joshua Vial Date: Thu, 27 Sep 2018 17:43:35 +1200 Subject: [PATCH] cleaning up package.json and README --- README.md | 4 +--- SUMMARY.md | 27 ---------------------- book.json | 16 ------------- package.json | 3 +-- yarn.lock | 63 +++++++--------------------------------------------- 5 files changed, 10 insertions(+), 103 deletions(-) delete mode 100644 SUMMARY.md delete mode 100644 book.json diff --git a/README.md b/README.md index a9bae9e..765127f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ To Build a book, navigate to the desired directory: -If you build from root (here), the resulting book will include both the `teaching-guide` and `student-guide` resources. - ## Build Student-Guide (Currently on instructions for local serving of book) @@ -12,7 +10,7 @@ If you build from root (here), the resulting book will include both the `teachin Install gitbook CLI ```sh -yarn add global gitbook-cli +yarn global add gitbook-cli - or - npm install -g gitbook-cli ``` diff --git a/SUMMARY.md b/SUMMARY.md deleted file mode 100644 index c4be126..0000000 --- a/SUMMARY.md +++ /dev/null @@ -1,27 +0,0 @@ -# Plug Resources - -* [Resources](segments/README.md) - * [Crypto](segments/crypto/README.md) - * [Blockchain](segments/crypto/blockchain.md) - * [Decentralisation](segments/crypto/decentralisation.md) - * [Python](segments/python/README.md) - * [Variables](segments/python/variables.md) - * [Functions](segments/python/functions.md) - * [Imports](segments/python/imports.md) - * [Classes](segments/python/classes.md) - * [Plug](segments/plug/README.md) - * [Prerequisites]({{book.prerequisites}}) - * [Setup]({{book.setup}}) - * [Cookie Cutter Scaffold]({{book.cookie-cutter}}) - * [Models]({{book.models}}) - * [Transforms]({{book.transforms}}) - * [Initial State]({{book.initial-state}}) - -* [Student Guide](student-guide/README.md) - * [What Next?](student-guide/what-next.md) - * [Free Money](student-guide/free-money.md) - * [Crypto Kiwis](student-guide/crypto-kiwis.md) - -* [Teaching Guide](teaching-guide/README.md) - * [Free Money](teaching-guide/free-money.md) - * [Crypto Kiwis](teaching-guide/crypto-kiwis.md) diff --git a/book.json b/book.json deleted file mode 100644 index a08980d..0000000 --- a/book.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "gitbook": "3.x.x", - "plugins": [ "collapsible-menu" ], - "pluginsConfig": { - "fontSettings": { - "theme": "night" - } - }, - "variables": { - "plug-intro": "http://github.com/dev-academy-programme/plug-intro", - "concepts": "git+https://github.com/dev-academy-programme/concepts.git/" - }, - "styles": { - "website": "styles/website.css" - } -} diff --git a/package.json b/package.json index 2a81176..a1cf3fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "dependencies": { - "gitbook": "^3.2.3", - "global": "^4.3.2" + "gitbook": "^3.2.3" } } diff --git a/yarn.lock b/yarn.lock index 566d705..2ef1744 100644 --- a/yarn.lock +++ b/yarn.lock @@ -45,14 +45,14 @@ align-text@^0.1.1, align-text@^0.1.3: longest "^1.0.1" repeat-string "^1.5.2" -ansi-regex@*, ansi-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" - ansi-regex@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" +ansi-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" + ansi-styles@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" @@ -659,7 +659,7 @@ debug@~2.2.0: dependencies: ms "0.7.1" -debuglog@*, debuglog@^1.0.1: +debuglog@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" @@ -746,10 +746,6 @@ dom-serializer@0, dom-serializer@0.1.0, dom-serializer@~0.1.0: domelementtype "~1.1.1" entities "~1.1.1" -dom-walk@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018" - domelementtype@1, domelementtype@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.0.tgz#b17aed82e8ab59e52dd9c19b1756e0fc187204c2" @@ -1389,13 +1385,6 @@ glob@~7.0.3: once "^1.3.0" path-is-absolute "^1.0.0" -global@^4.3.2: - version "4.3.2" - resolved "https://registry.yarnpkg.com/global/-/global-4.3.2.tgz#e76989268a6c74c38908b1305b10fc0e394e9d0f" - dependencies: - min-document "^2.19.0" - process "~0.5.1" - graceful-fs@4.1.4: version "4.1.4" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.4.tgz#ef089d2880f033b011823ce5c8fae798da775dbd" @@ -1580,7 +1569,7 @@ immutable@^3.8.1: version "3.8.2" resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3" -imurmurhash@*, imurmurhash@^0.1.4: +imurmurhash@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" @@ -1960,10 +1949,6 @@ lodash._baseflatten@~4.2.0: version "4.2.1" resolved "https://registry.yarnpkg.com/lodash._baseflatten/-/lodash._baseflatten-4.2.1.tgz#54acad5e6ef53532a5b8269c0ad725470cfd9208" -lodash._baseindexof@*: - version "3.1.0" - resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c" - lodash._baseuniq@~4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8" @@ -1971,28 +1956,10 @@ lodash._baseuniq@~4.6.0: lodash._createset "~4.0.0" lodash._root "~3.0.0" -lodash._bindcallback@*: - version "3.0.1" - resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e" - -lodash._cacheindexof@*: - version "3.0.2" - resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92" - -lodash._createcache@*: - version "3.1.2" - resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093" - dependencies: - lodash._getnative "^3.0.0" - lodash._createset@~4.0.0: version "4.0.3" resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26" -lodash._getnative@*, lodash._getnative@^3.0.0: - version "3.9.1" - resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" - lodash._root@~3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692" @@ -2031,10 +1998,6 @@ lodash.rest@^4.0.0: version "4.0.5" resolved "https://registry.yarnpkg.com/lodash.rest/-/lodash.rest-4.0.5.tgz#954ef75049262038c96d1fc98b28fdaf9f0772aa" -lodash.restparam@*: - version "3.6.1" - resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" - lodash.union@~4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.4.0.tgz#22be23b4c84b49d0436e573949ad1d4a48c7fa38" @@ -2185,12 +2148,6 @@ mimer@*: version "0.3.2" resolved "https://registry.yarnpkg.com/mimer/-/mimer-0.3.2.tgz#0b83aabdf48eaacfd2e093ed4c0ed3d38eda8073" -min-document@^2.19.0: - version "2.19.0" - resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685" - dependencies: - dom-walk "^0.1.0" - minimatch@1: version "1.0.0" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-1.0.0.tgz#e0dd2120b49e1b724ce8d714c520822a9438576d" @@ -2900,10 +2857,6 @@ process-nextick-args@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" -process@~0.5.1: - version "0.5.2" - resolved "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf" - promzard@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/promzard/-/promzard-0.3.0.tgz#26a5d6ee8c7dee4cb12208305acfb93ba382a9ee" @@ -3082,7 +3035,7 @@ readable-stream@~2.1.2, readable-stream@~2.1.5: string_decoder "~0.10.x" util-deprecate "~1.0.1" -readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0: +readdir-scoped-modules@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747" dependencies: @@ -3779,7 +3732,7 @@ uuid@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" -validate-npm-package-license@*, validate-npm-package-license@^3.0.1: +validate-npm-package-license@^3.0.1: version "3.0.4" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" dependencies: