From 9942a01eaf5bbe14c57b16eacc6f840a852f60d6 Mon Sep 17 00:00:00 2001 From: Valentin Zickner Date: Wed, 1 Nov 2023 13:51:41 +0100 Subject: [PATCH] add repository url to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 106cfd6..ade3097 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,10 @@ "author": "Flowable", "license": "Apache-2.0", "type": "commonjs", + "repository": { + "type": "git", + "url": "https://github.com/flowable/flowable-external-client-js" + }, "scripts": { "build": "rollup -c rollup.config.js --bundleConfigAsCjs", "test": "jest"