changed library name

This commit is contained in:
hariroshan 2023-03-05 14:58:35 +05:30
parent 6ef42a7b0f
commit f2dc78a3c3
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Elm custom elements bindings for Nativescript
This library should be used with [elm-native](https://github.com/hariroshan/elm-native) elm library
This library should be used with [elm-native](https://github.com/hariroshan/elm-native-library) elm library
## How it works

View File

@ -1,6 +1,6 @@
{
"name": "elm-native-js",
"version": "1.0.1",
"version": "1.0.0",
"description": "Nativescript bindings for elm using custom HTML elements",
"keywords": ["elm", "elm-native", "nativescript", "elm mobile"],
"main": "index.js",
@ -19,7 +19,7 @@
"typescript": "^4.9.4"
},
"repository": {
"url": "https://github.com/hariroshan/elm-native"
"url": "https://github.com/hariroshan/elm-native-library"
},
"funding": "https://github.com/sponsors/hariroshan"
}

View File

@ -1,6 +1,6 @@
# Elm bindings for Nativescript
This library should be used with [elm-native](https://github.com/hariroshan/elm-native) JS library
This library should be used with [elm-native](https://github.com/hariroshan/elm-native-library) JS library
We can build mobile apps with elm and Nativescript API now. And the best part is `elm/http` is supported.

View File

@ -33,7 +33,7 @@ module Native exposing
, webView
)
{-| This library should be used with [elm-native](https://github.com/hariroshan/elm-native) JS library
{-| This library should be used with [elm-native](https://github.com/hariroshan/elm-native-library) JS library
We will use [CustomElements](https://guide.elm-lang.org/interop/custom_elements.html) feature to create mobile UI elements with nativescript objects and control the nativescript object from elm.