From 80f4dcd6aa60e5b4d942ddfab79f85a272104fcd Mon Sep 17 00:00:00 2001 From: hariroshan Date: Sun, 5 Mar 2023 14:09:15 +0530 Subject: [PATCH] added repository url --- elm-native-js/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elm-native-js/package.json b/elm-native-js/package.json index d29bfb7..9a20532 100644 --- a/elm-native-js/package.json +++ b/elm-native-js/package.json @@ -18,5 +18,8 @@ "devDependencies": { "typescript": "^4.9.4" }, + "repository": { + "url": "https://github.com/hariroshan/elm-native" + }, "funding": "https://github.com/sponsors/hariroshan" }