Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Remove dist #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.DS_Store
npm-debug.log
node_modules
/dist
/es5
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
language: node_js

cache:
bundler: true
apt: true
directories:
- node_modules

node_js:
- 6
- 8

install:
- yarn install --no-save

before_script:
- if [ "${TRAVIS_PULL_REQUEST}" = "true" ]; then curl https://gist.githubusercontent.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash; fi
script: npm run build
13 changes: 0 additions & 13 deletions LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions LICENSE-MIT

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [Installation](#installation)
- [Inclusion](#inclusion)
- [Basic Usage](#basic-usage)
- [Options](#options)
- [License](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
15 changes: 0 additions & 15 deletions bower.json

This file was deleted.

Binary file removed dist/fonts/chromecast.eot
Binary file not shown.
30 changes: 0 additions & 30 deletions dist/fonts/chromecast.svg

This file was deleted.

Binary file removed dist/fonts/chromecast.ttf
Binary file not shown.
Binary file removed dist/fonts/chromecast.woff
Binary file not shown.
Binary file removed dist/fonts/chromecast.woff2
Binary file not shown.
1 change: 0 additions & 1 deletion dist/videojs-chromecast.css

This file was deleted.

Loading