Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Publish v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fausto95 committed Jan 6, 2019
1 parent c941cbd commit d23e242
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import JWPlayer from 'jwplayer-sdk';
const JWAPI = new JWPlayer({
apiKey: 'your apiKey goes here',
secretKey: 'your secreteKey goes here',
apiFormat: 'json'
});


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jwplayer-sdk",
"version": "0.2.1",
"version": "1.0.0",
"description": "A library wrapper around JW Player API",
"main": "dist/jwplayer-sdk.js",
"umd:main": "dist/jwplayer-sdk.umd.js",
Expand Down

0 comments on commit d23e242

Please sign in to comment.