1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-04 11:43:27 +02:00

chore: switch from cross-var to cross-env (#5600)

This commit is contained in:
Gary Katsevman 2018-11-16 12:28:44 -05:00 committed by GitHub
parent db6e3765c8
commit ab740bcf09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 234 additions and 995 deletions

1225
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -70,7 +70,7 @@
"prepublishOnly": "run-p build",
"publish": "node build/gh-release.js",
"version": "node build/version.js && git add CHANGELOG.md",
"zip": "cd dist && cross-var bestzip \"./video-js-${npm_package_version}.zip\" * && cd .."
"zip": "cd dist && cross-env bestzip \"./video-js-${npm_package_version}.zip\" * && cd .."
},
"repository": {
"type": "git",
@ -105,7 +105,7 @@
"cli-table": "^0.3.1",
"conventional-changelog-cli": "^2.0.11",
"conventional-changelog-videojs": "^3.0.0",
"cross-var": "^1.1.0",
"cross-env": "^5.2.0",
"es5-shim": "^4.5.10",
"es6-shim": "^0.35.4",
"filesize": "^3.5.11",