Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zod- committed Feb 2, 2016
1 parent 10b9b7c commit ad574f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsVideoUrlParser",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "https://github.com/Zod-/jsVideoUrlParser",
"authors": [{
"name": "Julian Hangstörfer",
Expand Down
2 changes: 1 addition & 1 deletion dist/jsVideoUrlParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ URLParser.prototype.create = function (op) {
};
var urlParser = new URLParser();

if (typeof module !== undefined && module.exports) {
if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
module.exports = urlParser;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/jsVideoUrlParser.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-video-url-parser",
"version": "0.1.4",
"version": "0.1.5",
"description": "A parser to extract provider, video id, starttime and others from YouTube, Vimeo, ... urls",
"main": "dist/jsVideoUrlParser.js",
"repository": {
Expand Down

0 comments on commit ad574f6

Please sign in to comment.