forked from sampotts/plyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sampotts#1356 from sampotts/develop
v3.5.1
- Loading branch information
Showing
8 changed files
with
274 additions
and
661 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
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
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,6 +1,6 @@ | ||
{ | ||
"name": "plyr", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", | ||
"homepage": "https://plyr.io", | ||
"author": "Sam Potts <[email protected]>", | ||
|
@@ -27,24 +27,21 @@ | |
"bugs": { | ||
"url": "https://github.com/sampotts/plyr/issues" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"not dead" | ||
], | ||
"browserslist": "> 1%", | ||
"scripts": { | ||
"build": "gulp build", | ||
"lint": "eslint src/js && npm run-script remark", | ||
"remark": "remark -f --use 'validate-links=repository:\"sampotts/plyr\"' '{,!(node_modules),.?**/}*.md'", | ||
"deploy": "yarn lint && gulp deploy" | ||
}, | ||
"devDependencies": { | ||
"aws-sdk": "^2.404.0", | ||
"ansi-colors": "^3.2.3", | ||
"aws-sdk": "^2.409.0", | ||
"@babel/core": "^7.3.3", | ||
"@babel/preset-env": "^7.3.1", | ||
"babel-eslint": "^10.0.1", | ||
"babel-preset-minify": "^0.5.0", | ||
"del": "^3.0.0", | ||
"eslint": "^5.14.0", | ||
"eslint": "^5.14.1", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^4.0.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
|
@@ -66,7 +63,7 @@ | |
"gulp-replace": "^1.0.0", | ||
"gulp-sass": "^4.0.2", | ||
"gulp-size": "^3.0.0", | ||
"gulp-sourcemaps": "^2.6.4", | ||
"gulp-sourcemaps": "^2.6.5", | ||
"gulp-svgstore": "^7.0.1", | ||
"gulp-terser": "^1.1.7", | ||
"postcss-custom-properties": "^8.0.9", | ||
|
@@ -76,13 +73,13 @@ | |
"remark-validate-links": "^8.0.0", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^9.2.0", | ||
"rollup-plugin-node-resolve": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^4.0.1", | ||
"stylelint": "^9.10.1", | ||
"stylelint-config-prettier": "^4.0.0", | ||
"stylelint-config-recommended": "^2.1.0", | ||
"stylelint-config-sass-guidelines": "^5.3.0", | ||
"stylelint-order": "^2.0.0", | ||
"stylelint-scss": "^3.5.3", | ||
"stylelint-scss": "^3.5.4", | ||
"stylelint-selector-bem-pattern": "^2.0.0", | ||
"through2": "^3.0.0" | ||
}, | ||
|
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
Oops, something went wrong.