Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
use pug/scss;
update dependencies;
not support node4;
  • Loading branch information
cycjimmy committed Oct 26, 2017
1 parent 8f4072d commit 33ac0f6
Show file tree
Hide file tree
Showing 24 changed files with 8,848 additions and 677 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ yarn-error.log

# project
.publish
dist
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src
demo
static
dist
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
- "node"
- "lts/*"
- "7"
- "4"
- "6"

notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[david-url]: https://david-dm.org/cycjimmy/jsmpeg-player
[david-dev-image]: https://david-dm.org/cycjimmy/jsmpeg-player/dev-status.svg?style=flat-square
[david-dev-url]: https://david-dm.org/cycjimmy/jsmpeg-player?type=dev
[node-image]: https://img.shields.io/badge/node.js-%3E=_4.0-green.svg?style=flat-square
[node-image]: https://img.shields.io/badge/node.js-%3E=_6.0-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/jsmpeg-player.svg?style=flat-square
[download-url]: https://npmjs.org/package/jsmpeg-player
Expand Down
Loading

0 comments on commit 33ac0f6

Please sign in to comment.