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:
parent
db6e3765c8
commit
ab740bcf09
1225
package-lock.json
generated
1225
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user