xgplayer-mp4 2.0.1 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/index.js +1 -1
- package/browser/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
- package/src/media/task.js +2 -1
- package/version.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xgplayer-mp4",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "xgplayer plugin for mp4 transform to fmp4",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
"build": "node ./src/version.js && webpack --progress --display-chunks -p",
|
|
9
9
|
"watch": "webpack --progress --display-chunks -p --watch",
|
|
10
10
|
"test": "karma start --single-run",
|
|
11
|
-
"test:watch": "karma start"
|
|
12
|
-
"publish": "npm publish --registry=https://registry.npmjs.org"
|
|
11
|
+
"test:watch": "karma start"
|
|
13
12
|
},
|
|
14
13
|
"repository": {
|
|
15
14
|
"type": "git",
|
package/src/media/task.js
CHANGED
package/version.json
CHANGED