Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Added call to donate after npm install (optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeywithacupcake authored and xiazeyu committed Jan 27, 2019
1 parent f4f28a5 commit c2de585
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"v:pminor": "npm version preminor",
"v:patch": "npm version patch",
"v:ppatch": "npm version prepatch",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "opencollective-postinstall"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -70,5 +71,13 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"opencollective-postinstall": "^2.0.1",
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/live2d-widgetjs"
}
}
}

0 comments on commit c2de585

Please sign in to comment.