Skip to content

Commit 6e9d2cd

Browse files
author
pooya parsa
committed
Merge branch 'dev'
2 parents 60f4cff + e9952b4 commit 6e9d2cd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/nuxt.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ module.exports = {
7171

7272
manifest: {
7373
name: 'BootstrapVue',
74+
short_name: 'BootstrapVue',
7475
description: 'Quickly integrate Bootstrap 4 components with Vue.js',
7576
theme_color: '#563d7c'
7677
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"node-sass": "^4.11.0",
119119
"nuxt": "^2.4.3",
120120
"postcss-cli": "^6.1.1",
121-
"prettier": "1.16.4",
121+
"prettier": "1.14.3",
122122
"rollup": "^1.1.2",
123123
"rollup-plugin-babel": "^4.3.2",
124124
"rollup-plugin-commonjs": "^9.2.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8602,16 +8602,16 @@ prettier-linter-helpers@^1.0.0:
86028602
dependencies:
86038603
fast-diff "^1.1.2"
86048604

8605+
prettier@1.14.3:
8606+
version "1.14.3"
8607+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.3.tgz#90238dd4c0684b7edce5f83b0fb7328e48bd0895"
8608+
integrity sha512-qZDVnCrnpsRJJq5nSsiHCE3BYMED2OtsI+cmzIzF1QIfqm5ALf8tEJcO27zV1gKNKRPdhjO0dNWnrzssDQ1tFg==
8609+
86058610
prettier@1.16.3:
86068611
version "1.16.3"
86078612
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.3.tgz#8c62168453badef702f34b45b6ee899574a6a65d"
86088613
integrity sha512-kn/GU6SMRYPxUakNXhpP0EedT/KmaPzr0H5lIsDogrykbaxOpOfAFfk5XA7DZrJyMAv1wlMV3CPcZruGXVVUZw==
86098614

8610-
prettier@1.16.4:
8611-
version "1.16.4"
8612-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.4.tgz#73e37e73e018ad2db9c76742e2647e21790c9717"
8613-
integrity sha512-ZzWuos7TI5CKUeQAtFd6Zhm2s6EpAD/ZLApIhsF9pRvRtM1RFo61dM/4MSRUA0SuLugA/zgrZD8m0BaY46Og7g==
8614-
86158615
pretty-bytes@^5.1.0:
86168616
version "5.1.0"
86178617
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.1.0.tgz#6237ecfbdc6525beaef4de722cc60a58ae0e6c6d"

0 commit comments

Comments
 (0)