Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2dee352

Browse files
authored
Merge pull request#7222 from bootstrap-vue/chore-add-note-in-postinstall
chore: add note in postinstall
2 parents503c74f +225aaca commit2dee352

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)

[8]ページ先頭

©2009-2025 Movatter.jp