Skip to content

Commit

Permalink
Merge pull request #49 from jitsi/fix-strict-check
Browse files Browse the repository at this point in the history
Fix strict check
  • Loading branch information
saghul authored Aug 12, 2021
2 parents 590c0c6 + 6b73ae6 commit 5ae1e5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
* limitations under the License.
*/

export * from './interop';
export * from './interop.js';
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jitsi/sdp-interop",
"description": "A simple SDP interoperability layer for Unified Plan/Plan B",
"author": "",
"version": "1.0.4",
"version": "1.0.5",
"stability": "unstable",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ae1e5f

Please sign in to comment.