Skip to content

Commit

Permalink
[UPD] merge and build to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosZy committed Aug 7, 2020
1 parent 7d4eb29 commit 02c609e
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 92 deletions.
2 changes: 1 addition & 1 deletion example/prod.all.asm.combine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/prod.all.wasm.combine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/prod.baseline.asm.combine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/prod.baseline.wasm.combine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/prod.h265.asm.combine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/prod.h265.wasm.combine.js

Large diffs are not rendered by default.

177 changes: 103 additions & 74 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wx-inline-player",
"version": "1.0.0",
"version": "1.3.4",
"description": "",
"main": "index.js",
"repository": {
Expand All @@ -10,12 +10,11 @@
"author": "",
"license": "ISC",
"scripts": {
"serve": "node server.js"
"serve": "node node_modules/static-server/bin/static-server.js example"
},
"dependencies": {
"buffer": "^5.2.1",
"eventemitter3": "^3.1.0",
"express": "^4.17.1",
"inherits": "^2.0.4",
"mobile-detect": "^1.4.3",
"object-assign": "^4.1.1",
Expand All @@ -36,6 +35,7 @@
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"static-server": "^2.2.1",
"uglify-js": "^3.10.1"
}
}
9 changes: 0 additions & 9 deletions server.js

This file was deleted.

0 comments on commit 02c609e

Please sign in to comment.