mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
96efea1c37
This fixes an issue in which we released several builds (v2.1.3, v2.0.4, and v2.0.3) with the wrong version number. This happens when we build, then tag, then release. By forcing a rebuild at publication time, we make sure the build we release has the right tag in it. Issue #869 Change-Id: I23867ceef43162469c53006336b7f0226dbe16b6
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "shaka-player",
|
|
"description": "DASH/EME video player library",
|
|
"version": "2.1.0",
|
|
"homepage": "https://github.com/google/shaka-player",
|
|
"author": "Google",
|
|
"maintainers": [
|
|
{
|
|
"name": "Joey Parrish",
|
|
"email": "joeyparrish@google.com"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"array-includes": "~3.0.3",
|
|
"es6-shim": "~0.35.3",
|
|
"esprima": "~3.1.3",
|
|
"htmlhint": "yaniswang/HTMLHint#152a114f",
|
|
"in-publish": "~2.0.0",
|
|
"jasmine-ajax": "~3.3.1",
|
|
"jasmine-core": "~2.6.1",
|
|
"karma": "~1.6.0",
|
|
"karma-chrome-launcher": "~2.0.0",
|
|
"karma-coverage": "~1.1.1",
|
|
"karma-edge-launcher": "~0.4.1",
|
|
"karma-firefox-launcher": "~1.0.1",
|
|
"karma-ie-launcher": "~1.0.0",
|
|
"karma-jasmine": "~1.1.0",
|
|
"karma-jasmine-ajax": "~0.1.13",
|
|
"karma-opera-launcher": "~1.0.0",
|
|
"karma-safari-launcher": "~1.0.0",
|
|
"karma-spec-reporter": "~0.0.31",
|
|
"karma-webdriver-launcher": "~1.0.5",
|
|
"requirejs": "~2.3.3",
|
|
"rimraf": "~2.6.1",
|
|
"sprintf-js": "~1.0.3",
|
|
"useragent": "~2.1.13"
|
|
},
|
|
"main": "dist/shaka-player.compiled.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/google/shaka-player.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/google/shaka-player/issues"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"prepublish": "in-publish && python ./build/checkversion.py && python ./build/all.py --force && python ./build/build.py --force --debug || not-in-publish"
|
|
}
|
|
}
|