Skip to content

Commit

Permalink
fix(dependencies): replace opencollective with opencollective-postint…
Browse files Browse the repository at this point in the history
…all (#2067)
  • Loading branch information
leipert authored and pi0 committed Oct 10, 2018
1 parent d471502 commit fa26882
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"test": "jest",
"lint": "eslint src scripts docs tests nuxt",
"release": "npm run build && npm run test && standard-version",
"postinstall": "opencollective postinstall || exit 0"
"postinstall": "opencollective-postinstall || exit 0"
},
"dependencies": {
"bootstrap": "^4.1.1",
"lodash.get": "^4.4.2",
"lodash.startcase": "^4.4.0",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.0",
"popper.js": "^1.12.9",
"vue-functional-data-merge": "^2.0.5"
},
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5786,6 +5786,10 @@ onetime@^2.0.0:
dependencies:
mimic-fn "^1.0.0"

opencollective-postinstall@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.0.tgz#5fe062f2706bb84150f7fb1af9f1277e46ec1388"

opencollective@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/opencollective/-/opencollective-1.0.3.tgz#aee6372bc28144583690c3ca8daecfc120dd0ef1"
Expand Down

0 comments on commit fa26882

Please sign in to comment.