|
26 | 26 | "clean": "shx rm -rf ./dist ./test/dist",
|
27 | 27 | "postclean": "shx mkdir -p ./dist ./test/dist",
|
28 | 28 | "docs": "npm-run-all docs:*",
|
29 |
| - "docs:api": "jsdoc src -g plugins/markdown -r -c scripts/jsdoc.json -d docs/api", |
| 29 | + "docs:api": "jsdoc src -g plugins/markdown -r -d docs/api", |
30 | 30 | "docs:toc": "doctoc README.md",
|
31 | 31 | "lint": "vjsstandard",
|
32 |
| - "server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch --no-browsers", |
| 32 | + "server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch", |
33 | 33 | "start": "npm-run-all -p server watch",
|
34 | 34 | "pretest": "npm-run-all lint build",
|
35 | 35 | "test": "karma start scripts/karma.conf.js",
|
|
40 | 40 | "watch:css": "npm run build:css -- -w",
|
41 | 41 | "watch:js": "npm run build:js -- -w",
|
42 | 42 | "prepublish": "not-in-install && npm run build && pkg-ok || in-install",
|
43 |
| - "posttest": "shx cat test/dist/coverage/text.txt", |
44 |
| - "postinstall": "shx test -d .git && npm-merge-driver install || in-install" |
| 43 | + "posttest": "shx cat test/dist/coverage/text.txt" |
45 | 44 | },
|
46 | 45 | "dependencies": {
|
47 | 46 | "global": "^4.3.2",
|
|
60 | 59 | "not-prerelease": "^1.0.1",
|
61 | 60 | "npm-run-all": "^4.1.3",
|
62 | 61 | "postcss-cli": "^6.0.0",
|
63 |
| - "rollup": "^0.64.1", |
| 62 | + "rollup": "^0.65.0", |
64 | 63 | "shx": "^0.3.2",
|
65 | 64 | "sinon": "^6.1.5",
|
66 |
| - "videojs-generate-karma-config": "~2.0.0", |
| 65 | + "videojs-generate-karma-config": "~3.0.0", |
67 | 66 | "videojs-generate-postcss-config": "~2.0.1",
|
68 |
| - "videojs-generate-rollup-config": "~2.0.1", |
| 67 | + "videojs-generate-rollup-config": "~2.1.0", |
69 | 68 | "videojs-standard": "^7.0.1",
|
70 |
| - "npm-merge-driver": "^2.3.5", |
71 |
| - "pkg-ok": "^2.2.0" |
| 69 | + "pkg-ok": "^2.2.0", |
| 70 | + "npm-merge-driver-install": "^1.0.0" |
72 | 71 | },
|
73 | 72 | "style": "dist/videojs-overlay.css",
|
74 | 73 | "videojs-plugin": {
|
|
85 | 84 | "test/"
|
86 | 85 | ],
|
87 | 86 | "generator-videojs-plugin": {
|
88 |
| - "version": "7.2.0" |
| 87 | + "version": "7.2.4" |
89 | 88 | },
|
90 | 89 | "browserslist": [
|
91 | 90 | "defaults",
|
|
0 commit comments