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