Added call to donate after npm install (optional)
This commit is contained in:
parent
eac2dd978e
commit
f8b2069266
13
package.json
13
package.json
@ -28,9 +28,18 @@
|
||||
"url": "https://github.com/RichardLitt/standard-readme/issues"
|
||||
},
|
||||
"homepage": "https://github.com/RichardLitt/standard-readme",
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"opencollective": "^1.0.3"
|
||||
},
|
||||
"coordinates": [
|
||||
52.5173031,
|
||||
13.4535065
|
||||
]
|
||||
],
|
||||
"collective": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/standard-readme"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "opencollective-postinstall"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user