diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/package.json b/package.json index 0bfb2bcc..ed942065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "3.3.16", + "version": "3.3.22", "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", "homepage": "https://plyr.io", @@ -31,12 +31,14 @@ }, "scripts": { "build": "gulp build", - "lint": "eslint src/js", + "lint": "eslint src/js && npm run-script remark", + "remark": + "remark -f --use 'validate-links=repository:\"sampotts/plyr\"' '{,!(node_modules),.?**/}*.md'", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "babel-core": "^6.26.3", - "babel-eslint": "^8.2.5", + "babel-eslint": "^8.2.6", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.7.0", "del": "^3.0.0", @@ -44,6 +46,7 @@ "eslint-config-airbnb-base": "^13.0.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.13.0", + "fastly-purge": "^1.0.1", "git-branch": "^2.0.1", "gulp": "^3.9.1", "gulp-autoprefixer": "^5.0.0", @@ -67,6 +70,8 @@ "postcss-custom-properties": "^7.0.0", "prettier-eslint": "^8.8.2", "prettier-stylelint": "^0.4.2", + "remark-cli": "^5.0.0", + "remark-validate-links": "^7.0.0", "rollup-plugin-babel": "^3.0.7", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-node-resolve": "^3.3.0", @@ -77,7 +82,8 @@ "stylelint-config-sass-guidelines": "^5.0.0", "stylelint-order": "^0.8.1", "stylelint-scss": "^3.1.3", - "stylelint-selector-bem-pattern": "^2.0.0" + "stylelint-selector-bem-pattern": "^2.0.0", + "through2": "^2.0.3" }, "dependencies": { "babel-polyfill": "^6.26.0", |