Skip to content

Commit 225aaca

Browse files
authored
chore: add note in postinstall
1 parent 503c74f commit 225aaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"docs-dev": "cross-env NODE_ENV=docs nuxt dev -c docs/nuxt.config.js",
6666
"docs-gen": "cross-env NODE_ENV=docs nuxt generate -c docs/nuxt.config.js",
6767
"lint": "eslint --ext .js,.md,.vue ./",
68-
"postinstall": "opencollective || exit 0",
68+
"postinstall": "opencollective || exit 0; echo '\nNOTICE: bootstrap-vue is no longer actively maintained and will not receive future updates. Please switch to bootstrap-vue-next for ongoing development and support: https://github.com/bootstrap-vue-next/bootstrap-vue-next\nFor details: https://github.com/bootstrap-vue/bootstrap-vue/issues/6872#issuecomment-2123267104\n'"
6969
"prepare": "husky install && yarn run build",
7070
"prettify": "prettier --write '**/*.{js,json,md,scss,ts,vue}'",
7171
"release": "yarn run prettify && yarn run test && yarn run build && yarn run release-notes && standard-version",

0 commit comments

Comments
 (0)