Added call to donate after npm install (optional)

This commit is contained in:
Jess 2018-08-02 10:19:37 -07:00
parent eac2dd978e
commit f8b2069266

View File

@ -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"
}
}