Skip to content

Commit

Permalink
chore: update to generator v6
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jun 11, 2018
1 parent 108477d commit c6a3a2f
Show file tree
Hide file tree
Showing 24 changed files with 6,294 additions and 2,412 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ npm-debug.log*
bower_components/
node_modules/

# Yeoman meta-data
.yo-rc.json

# Build-related directories
dist/
docs/api/
test/dist/
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ addons:
- google-chrome
packages:
- google-chrome-stable

19 changes: 19 additions & 0 deletions .yo-rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"generator-videojs-plugin": {
"author": {
"name": "James Broberg",
"email": "[email protected]"
},
"scope": "",
"name": "vr",
"description": "A plugin to add 360 and VR video support to video.js.",
"license": "apache2",
"sass": true,
"ie8": true,
"docs": true,
"lang": true,
"husky": "lint",
"pluginType": "advanced",
"css": true
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# VR

[![Build Status](https://travis-ci.org/videojs/videojs-vr.svg?branch=master)](https://travis-ci.org/videojs/videojs-vr.svg)
[![Greenkeeper badge](https://badges.greenkeeper.io/videojs/videojs-vr.svg)](https://greenkeeper.io/)
[![Slack Status](http://slack.videojs.com/badge.svg)](http://slack.videojs.com)

A video.js plugin that turns a video element into a HTML5 Panoramic 360 video player. Project video onto different shapes. Optionally supports Oculus Rift, HTC Vive and the GearVR.

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<source src="samples/eagle-360.mp4" type="video/mp4">
</video>
<ul>
<li><a href="test/">Run unit tests in browser.</a></li>
<li><a href="test/debug.html">Run unit tests in browser.</a></li>
<li><a href="examples/cube.html">Cube Video example</a></li>
<li><a href="examples/fluid.html">"Fluid" video size example</a></li>
<li><a href="examples/iframe.html">Iframe example</a></li>
Expand Down
Loading

0 comments on commit c6a3a2f

Please sign in to comment.