diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/package.json b/package.json index b69d8df0..7c9a9963 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,19 @@ { "name": "plyr", - "version": "3.3.21", - "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", + "version": "3.3.22", + "description": + "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", "homepage": "https://plyr.io", "author": "Sam Potts <sam@potts.es>", - "keywords": ["HTML5 Video", "HTML5 Audio", "Media Player", "DASH", "Shaka", "WordPress", "HLS"], + "keywords": [ + "HTML5 Video", + "HTML5 Audio", + "Media Player", + "DASH", + "Shaka", + "WordPress", + "HLS" + ], "main": "./dist/plyr.js", "browser": "./dist/plyr.min.js", "sass": "./src/sass/plyr.scss", @@ -28,11 +37,11 @@ }, "devDependencies": { "babel-core": "^6.26.3", - "babel-eslint": "^7.2.3", + "babel-eslint": "^8.2.6", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.7.0", "del": "^3.0.0", - "eslint": "^5.0.1", + "eslint": "^5.1.0", "eslint-config-airbnb-base": "^13.0.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.13.0", @@ -61,7 +70,7 @@ "prettier-stylelint": "^0.4.2", "remark-cli": "^5.0.0", "remark-validate-links": "^7.0.0", - "rollup-plugin-babel": "^3.0.5", + "rollup-plugin-babel": "^3.0.7", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-node-resolve": "^3.3.0", "run-sequence": "^2.2.1", |