From f88276fff543bccef75126777094d6239733a175 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sat, 16 Feb 2019 10:38:31 +0100 Subject: [PATCH] Update readme for styleguide ref --- README.md | 9 ++------- package.json | 6 +++--- yarn.lock | 4 ++-- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3a563eff9..fbbe2e770 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ ### Install ``` bash # install all dependencies -$ cd styleguide && yarn install && cd .. -$ yarn styleguide:build $ yarn install ``` @@ -30,7 +28,6 @@ $ yarn dev ### Build for production ``` bash # build for production and launch server -$ yarn styleguide:build $ yarn build $ yarn start ``` @@ -41,10 +38,8 @@ All reusable Components (for example avatar) should be done inside the styleguid ![Styleguide Screenshot](screenshot-styleguide.png) -### To show the styleguide -``` bash -$ yarn styleguide -``` +More information can be found here: https://github.com/Human-Connection/Nitro-Styleguide + ## Internationalization (i18n) diff --git a/package.json b/package.json index 970805fb2..b0d06aac2 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "start": "cross-env node server/index.js", "generate": "nuxt generate", "lint": "eslint --ext .js,.vue .", - "styleguide": "cd ./node_modules/styleguide && yarn dev", - "styleguide:build": "echo 'STOP DOING IT!'", + "styleguide": "echo 'Command styleguide is Deprecated!'", + "styleguide:build": "echo 'Command styleguide:build is Deprecated!'", "test": "jest", "precommit": "yarn lint" }, @@ -50,7 +50,7 @@ "nuxt": "~2.4.3", "nuxt-env": "~0.1.0", "portal-vue": "~1.5.1", - "styleguide": "git+https://github.com/Human-Connection/Nitro-Styleguide.git#fix-missing-files", + "styleguide": "git+https://github.com/Human-Connection/Nitro-Styleguide.git", "v-tooltip": "~2.0.0-rc.33", "vue-count-to": "~1.0.13", "vue-izitoast": "1.1.2", diff --git a/yarn.lock b/yarn.lock index a6e662bf0..d50eb3dcc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10624,9 +10624,9 @@ style-resources-loader@^1.2.1: is-promise "^2.1.0" loader-utils "^1.1.0" -"styleguide@git+https://github.com/Human-Connection/Nitro-Styleguide.git#fix-missing-files": +"styleguide@git+https://github.com/Human-Connection/Nitro-Styleguide.git": version "1.0.0" - resolved "git+https://github.com/Human-Connection/Nitro-Styleguide.git#e767ee5870e833fc3fce43ca824121eef6fb1029" + resolved "git+https://github.com/Human-Connection/Nitro-Styleguide.git#c141674c65ad941409745e251d0816f94961444f" dependencies: portal-vue "~1.5.1" vue "~2.6.6"