Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
facundofernandez committed Nov 3, 2020
1 parent 23dd3d3 commit 7b2d2ab
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/videojs-social-media.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var videojs = _interopDefault(require('video.js'));
var featherIcons = _interopDefault(require('feather-icons'));
var _ = _interopDefault(require('lodash'));

var version = "0.0.3";
var version = "1.0.0";

// Default options for the plugin.
var defaults = {};
Expand Down
6 changes: 6 additions & 0 deletions dist/videojs-social-media.css

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

2 changes: 1 addition & 1 deletion dist/videojs-social-media.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import videojs from 'video.js';
import featherIcons from 'feather-icons';
import _ from 'lodash';

var version = "0.0.3";
var version = "1.0.0";

// Default options for the plugin.
var defaults = {};
Expand Down
10 changes: 8 additions & 2 deletions dist/videojs-social-media.js
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) :
Expand Down Expand Up @@ -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) {
Expand Down Expand Up @@ -2449,7 +2455,7 @@ module.exports = __webpack_require__(/*! /home/travis/build/feathericons/feather

/******/ });
});
//# sourceMappingURL=feather.js.map

});

var featherIcons = unwrapExports(feather);
Expand Down
6 changes: 3 additions & 3 deletions dist/videojs-social-media.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-social-media",
"version": "0.0.3",
"version": "1.0.0",
"description": "Social media button",
"main": "dist/videojs-social-media.cjs.js",
"module": "dist/videojs-social-media.es.js",
Expand Down
4 changes: 2 additions & 2 deletions test/dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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) {
Expand Down Expand Up @@ -2448,7 +2448,7 @@ module.exports = __webpack_require__(/*! /home/travis/build/feathericons/feather

/******/ });
});
//# sourceMappingURL=feather.js.map

});

var featherIcons = unwrapExports(feather);
Expand Down

0 comments on commit 7b2d2ab

Please sign in to comment.