-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23dd3d3
commit 7b2d2ab
Showing
7 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* videojs-social-media | ||
* @version 1.0.0 | ||
* @copyright 2020 ff.fernandez.facundo <[email protected]> | ||
* @license Apache-2.0 | ||
*/ | ||
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('video.js')) : | ||
typeof define === 'function' && define.amd ? define(['video.js'], factory) : | ||
|
@@ -59,7 +65,7 @@ if (typeof window !== "undefined") { | |
|
||
var window_1 = win; | ||
|
||
var version = "0.0.3"; | ||
var version = "1.0.0"; | ||
|
||
var feather = createCommonjsModule(function (module, exports) { | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
|
@@ -2449,7 +2455,7 @@ module.exports = __webpack_require__(/*! /home/travis/build/feathericons/feather | |
|
||
/******/ }); | ||
}); | ||
//# sourceMappingURL=feather.js.map | ||
|
||
}); | ||
|
||
var featherIcons = unwrapExports(feather); | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters