Skip to content

Commit

Permalink
include css file for bower (#107)
Browse files Browse the repository at this point in the history
* fix the main to use the css

* bump package version

* add java8 for grunt tests to pass in travis

* add java8 for grunt tests to pass in travis

* add java8 for grunt tests to pass in travis
  • Loading branch information
abrarahmedbcg authored and thijstriemstra committed Jan 13, 2017
1 parent 09746b4 commit cf44318
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: node_js
sudo: required
addons:
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default
node_js:
- "0.12"
before_install:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.1",
"homepage": "https://github.com/collab-project/videojs-record",
"description": "A video.js plugin for recording audio/video/image files.",
"main": "src/js/videojs.record.js",
"main": ["src/js/videojs.record.js","src/css/videojs.record.css"],
"keywords": [
"waveform",
"audio",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-record",
"version": "1.5.1",
"version": "1.5.2",
"description": "A video.js plugin for recording audio/video/image files.",
"main": "src/js/videojs.record.js",
"directories": {
Expand Down

0 comments on commit cf44318

Please sign in to comment.