diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README.md b/README.md index 774a89c..e18859a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Jawa -todo +Type definitions for JWP events. + + + +This package provides types along with JSON decoders (and encoders) for events +from JW Player's JavaScript player. It is meant to be used together with a port +to listen to `.on('all')` events, or any subset of those. diff --git a/elm.json b/elm.json index 7639846..bd465b1 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "tfausak/jawa", "summary": "Type definitions for JWP events.", "license": "MIT", - "version": "0.0.0", + "version": "1.0.0", "exposed-modules": [ "Jawa.Event.Ready", "Jawa.Event.Remove",