From 0e71a14d3843f095406cc57ba56e3f908ecf8fe2 Mon Sep 17 00:00:00 2001 From: hariroshan Date: Sat, 4 Mar 2023 14:49:41 +0530 Subject: [PATCH] added minimal readme --- elm-native-js/README.md | 2 ++ elm-native-js/package.json | 3 ++- elm-native/README.md | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/elm-native-js/README.md b/elm-native-js/README.md index f02832b..4a96a6c 100644 --- a/elm-native-js/README.md +++ b/elm-native-js/README.md @@ -1 +1,3 @@ # Elm custom elements bindings for Nativescript + +This library should be used with [elm-native](https://github.com/hariroshan/elm-native) elm library diff --git a/elm-native-js/package.json b/elm-native-js/package.json index 3040137..019a75c 100644 --- a/elm-native-js/package.json +++ b/elm-native-js/package.json @@ -17,5 +17,6 @@ }, "devDependencies": { "typescript": "^4.9.4" - } + }, + "funding": "https://github.com/sponsors/hariroshan" } diff --git a/elm-native/README.md b/elm-native/README.md index 980a123..9c9bf2c 100644 --- a/elm-native/README.md +++ b/elm-native/README.md @@ -1 +1,3 @@ # Elm bindings for Nativescript + +This library should be used with [elm-native](https://github.com/hariroshan/elm-native) JS library