Skip to content

Commit

Permalink
test config change
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Sep 20, 2022
1 parent c7dbb06 commit 673fb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/openplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
else if(typeof define === 'function' && define.amd)
define([], factory);
else if(typeof exports === 'object')
exports["OpenPlayer"] = factory();
exports["openplayer"] = factory();
else
root["OpenPlayer"] = factory();
root["openplayer"] = factory();
})(this, () => {
return /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
Expand Down

0 comments on commit 673fb81

Please sign in to comment.