Skip to content

Commit

Permalink
Backported opencollective post-install script to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampo Kivistö committed Jan 13, 2021
1 parent 83ac9ff commit 8366d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/inferno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"logo": "https://opencollective.com/inferno/logo.txt"
},
"scripts": {
"postinstall": "opencollective postinstall"
"postinstall": "opencollective-postinstall"
},
"rollup": {
"bundledDependencies": [
Expand All @@ -51,6 +51,6 @@
"dependencies": {
"inferno-shared": "5.6.1",
"inferno-vnode-flags": "5.6.1",
"opencollective": "^1.0.3"
"opencollective-postinstall": "^2.0.3"
}
}

0 comments on commit 8366d80

Please sign in to comment.