Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 25, 2016
1 parent 47907ca commit dc6f7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -54,8 +54,8 @@ module.exports = function (options) {
}


var extension;
if (options.extensions) {
var extension;
if (typeof options.extensions === 'string') {
extension = options.extensions;
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "random-uri",
"version": "1.0.2",
"version": "1.0.3",
"description": "Return a random url.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit dc6f7b3

Please sign in to comment.