Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Apr 12, 2023
1 parent c57a4f5 commit d220c60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
File renamed without changes.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Jawa

todo
Type definitions for JWP events.

<https://docs.jwplayer.com/players/reference/javascript-player-api-introduction>

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.
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d220c60

Please sign in to comment.