Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
not support package module;
update readme;
  • Loading branch information
cycjimmy committed Oct 27, 2017
1 parent a1b2da5 commit 3d98ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[download-url]: https://npmjs.org/package/h5-video-player
[license-image]: https://img.shields.io/npm/l/h5-video-player.svg?style=flat-square

Browser full screen H5 video player. [Demo](https://cycjimmy.github.io/h5-video-player/)
Browser full screen H5 video player. ([Releases](https://github.com/cycjimmy/h5-video-player/releases) | [Demo](https://cycjimmy.github.io/h5-video-player/))

## Install
```shell
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "h5-video-player",
"version": "0.1.5",
"version": "0.1.6",
"description": "Browser full screen H5 video player",
"main": "build/H5VideoPlayer.js",
"module": "src/index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack --display-modules --display-reasons --display-error-details --watch --color",
"build": "cross-env NODE_ENV=production webpack --progress --optimize-minimize && webpack --progress --display-modules --display-reasons --display-error-details --color",
Expand Down

0 comments on commit 3d98ed8

Please sign in to comment.