Skip to content

Commit

Permalink
Merge pull request #3 from ioBroker/master
Browse files Browse the repository at this point in the history
master
  • Loading branch information
Scrounger authored Dec 9, 2019
2 parents 6e188d5 + 1bdbb6c commit 0c6bdb2
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 86 deletions.
3 changes: 2 additions & 1 deletion lib/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const request = require('request');
const tools = require('./tools');
const builds = require('./build');
const semver = require('semver');
const URL = require('url').URL;

const latestJsonPath = path.join(__dirname, '../sources-dist.json');
const stableJsonPath = path.join(__dirname, '../sources-dist-stable.json');
Expand Down Expand Up @@ -673,4 +674,4 @@ if (module.exports && module.parent) {
addToLatest(name, type).catch((e) => fail(e.message));
}
})();
}
}
Loading

0 comments on commit 0c6bdb2

Please sign in to comment.