Skip to content

Commit

Permalink
[build] 0.4.0
Browse files Browse the repository at this point in the history
1. change preset into kernels
2. add installKernels
  • Loading branch information
toxic-johann committed Nov 2, 2017
1 parent 08a08df commit 49bef14
Show file tree
Hide file tree
Showing 9 changed files with 631 additions and 417 deletions.
2 changes: 1 addition & 1 deletion bundle-size/common.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle-size/es.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle-size/min.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle-size/umd.html

Large diffs are not rendered by default.

602 changes: 328 additions & 274 deletions lib/index.browser.js

Large diffs are not rendered by default.

214 changes: 147 additions & 67 deletions lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.min.js

Large diffs are not rendered by default.

216 changes: 148 additions & 68 deletions lib/index.mjs

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": "chimee",
"version": "0.3.1",
"version": "0.4.0",
"description": "a video-player aims to bring wonderful experience on browser",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"homepage": "https://github.com/Chimeejs/chimee#readme",
"dependencies": {
"babel-runtime": "^6.26.0",
"chimee-kernel": "^1.0.9",
"chimee-kernel": "^1.0.10",
"es-fullscreen": "^0.2.1",
"toxic-decorators": "^0.3.8"
},
Expand All @@ -64,7 +64,7 @@
"eslint": "^4.10.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-jest": "^21.2.0",
"flow-bin": "^0.57.3",
"flow-bin": "^0.58.0",
"husky": "^0.14.3",
"jest": "^21.2.1",
"npm-check-updates": "^2.13.0",
Expand Down

0 comments on commit 49bef14

Please sign in to comment.