Added bigbuck.mp4, the sample file Install nodemon module for streaming Modified index.html to contain the video, and changed the title Modified index.js to add /video dir for the video streaming
4 lines
122 B
JavaScript
4 lines
122 B
JavaScript
const SemVer = require('../classes/semver')
|
|
const major = (a, loose) => new SemVer(a, loose).major
|
|
module.exports = major
|