1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-25 11:13:52 +02:00

chore(videojs-standard): update to version 6.0.1 (#3884)

This commit is contained in:
Gary Katsevman 2016-12-20 18:32:24 -05:00 committed by GitHub
parent 26789e7470
commit eb389c57c0

View File

@ -26,7 +26,7 @@
"test": "grunt test",
"docs": "npm run docs:lint && npm run docs:api",
"docs:api": "jsdoc -r src/js -d docs/api -c .jsdoc.json",
"docs:lint": "remark -- './**/*.md'" ,
"docs:lint": "remark -- './**/*.md'",
"docs:fix": "remark --output -- './**/*.md'"
},
"repository": {
@ -115,7 +115,7 @@
"time-grunt": "^1.1.1",
"uglify-js": "~2.7.3",
"videojs-doc-generator": "0.0.1",
"videojs-standard": "^5.2.0",
"videojs-standard": "^6.0.1",
"webpack": "^1.13.2"
},
"vjsstandard": {