Skip to content

Commit fa26882

Browse files
leipertpi0
authored andcommitted
fix(dependencies): replace opencollective with opencollective-postintall (#2067)
1 parent d471502 commit fa26882

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"test": "jest",
6060
"lint": "eslint src scripts docs tests nuxt",
6161
"release": "npm run build && npm run test && standard-version",
62-
"postinstall": "opencollective postinstall || exit 0"
62+
"postinstall": "opencollective-postinstall || exit 0"
6363
},
6464
"dependencies": {
6565
"bootstrap": "^4.1.1",
6666
"lodash.get": "^4.4.2",
6767
"lodash.startcase": "^4.4.0",
68-
"opencollective": "^1.0.3",
68+
"opencollective-postinstall": "^2.0.0",
6969
"popper.js": "^1.12.9",
7070
"vue-functional-data-merge": "^2.0.5"
7171
},

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5786,6 +5786,10 @@ onetime@^2.0.0:
57865786
dependencies:
57875787
mimic-fn "^1.0.0"
57885788

5789+
opencollective-postinstall@^2.0.0:
5790+
version "2.0.0"
5791+
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.0.tgz#5fe062f2706bb84150f7fb1af9f1277e46ec1388"
5792+
57895793
opencollective@^1.0.3:
57905794
version "1.0.3"
57915795
resolved "https://registry.yarnpkg.com/opencollective/-/opencollective-1.0.3.tgz#aee6372bc28144583690c3ca8daecfc120dd0ef1"

0 commit comments

Comments
 (0)