From 0af85f7396ddc01073f053bb44db9629d3e19bd9 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Wed, 18 Mar 2020 10:15:31 +0100 Subject: [PATCH] Add 'funding' field to `package.json` This was introduced to `npm` recently and allows users of the ol package to e.g. type `npm fund ol` and our opencollective page opens in a browser. Just typing `npm fund` in a npm package will list the funding options of the dependencies of the current project. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 6b632827b9..71d43f81cb 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,10 @@ "bugs": { "url": "https://github.com/openlayers/openlayers/issues" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/openlayers" + }, "dependencies": { "elm-pep": "^1.0.4", "pbf": "3.2.1",