From f8b2069266fc3f8163c2f0acde8466bf12aa19b6 Mon Sep 17 00:00:00 2001 From: Jess Date: Thu, 2 Aug 2018 10:19:37 -0700 Subject: [PATCH] Added call to donate after npm install (optional) --- package.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8153553..dfb946e 100644 --- a/package.json +++ b/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" + } +} \ No newline at end of file