diff --git a/README.md b/README.md index 25dabc03d..4f9391634 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ``` bash # install all dependencies $ cd styleguide && yarn install && cd .. -$ yarn run styleguide:build +$ yarn styleguide:build $ yarn install ``` @@ -22,6 +22,7 @@ $ yarn dev ### Build for production ``` bash # build for production and launch server +$ yarn styleguide:build $ yarn build $ yarn start ``` @@ -35,10 +36,4 @@ All reusable Components (for example avatar) should be done inside the styleguid ### To show the styleguide ``` bash $ yarn styleguide -``` - -if you changed design tokens or other styles inside the styleguide, run the refresh command to build the styleguide as a lib - -``` bash -$ yarn styleguide:build -``` +``` \ No newline at end of file diff --git a/package.json b/package.json index e64eca33e..ce7e25f4d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "nuxt-env": "^0.0.4", "v-tooltip": "^2.0.0-rc.33", "vue-count-to": "^1.0.13", - "vue-izitoast": "git://github.com/arthurvasconcelos/vue-izitoast.git" + "vue-izitoast": "1.1.2" }, "devDependencies": { "@vue/eslint-config-prettier": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index 52f106fdf..c7867ef37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -50,7 +50,7 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/generator@^7.1.6": +"@babel/generator@^7.0.0", "@babel/generator@^7.1.6": version "7.1.6" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.6.tgz#001303cf87a5b9d093494a4bf251d7b5d03d3999" integrity sha512-brwPBtVvdYdGxtenbQgfCdDPmtkmUBZPjUoK5SXJEBuHaA5BCubh9ly65fzXz7R6o5rA76Rs22ES8Z+HCc0YIQ== @@ -238,7 +238,7 @@ version "7.1.2" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.2.tgz#85c5c47af6d244fab77bce6b9bd830e38c978409" -"@babel/parser@^7.1.2", "@babel/parser@^7.1.6": +"@babel/parser@^7.1.0", "@babel/parser@^7.1.2", "@babel/parser@^7.1.6": version "7.1.6" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854" integrity sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ== @@ -10553,9 +10553,10 @@ vue-hot-reload-api@^2.3.0: resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.1.tgz#b2d3d95402a811602380783ea4f566eb875569a2" integrity sha512-AA86yKZ5uOKz87/q1UpngEXhbRkaYg1b7HMMVRobNV1IVKqZe8oLIzo6iMocVwZXnYitlGwf2k4ZRLOZlS8oPQ== -"vue-izitoast@git://github.com/arthurvasconcelos/vue-izitoast.git": - version "1.1.1" - resolved "git://github.com/arthurvasconcelos/vue-izitoast.git#2f7c1792f6a67fa73849c5060aa45cea9f8ad778" +vue-izitoast@1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vue-izitoast/-/vue-izitoast-1.1.2.tgz#0cf8290f045f8a389ccce4c238836c75a130eb03" + integrity sha512-/sNVrYhFg7Moyny5tFNt2e7TTmgPB1xyy04BChKQJkN5r9/D/6vYI7KQWEtG+v9VofnIVg5Em7HXtOL8IOeT7w== dependencies: izitoast "^1.3.0"