diff --git a/gulpfile.js b/gulpfile.js index 5c84453..79e9ec8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -219,7 +219,7 @@ gulp.task('install-third-parties', function () { downloadTarball("https://github.com/angular-ui/ui-router/tarball/0.2.18", './third-party/angular-ui-router'), downloadTarball("https://github.com/jquery/jquery/tarball/2.2.2", './third-party/jquery'), downloadTarball("https://github.com/chieffancypants/angular-loading-bar/tarball/0.9.0", './third-party/angular-loading-bar'), - downloadTarball("https://github.com/MKHenson/modepress-client-angular/tarball/master", './third-party/modepress-client'), + downloadTarball("https://github.com/Webinate/modepress-client-angular/tarball/master", './third-party/modepress-client'), downloadTarball("https://github.com/jssor/slider/tarball/20.0.0", './third-party/jssor-slider'), ]); }); @@ -248,9 +248,9 @@ function getDefinition(url, dest, name) { */ gulp.task('install-definitions', function () { return Promise.all([ - getDefinition("https://raw.githubusercontent.com/MKHenson/users/dev/src/definitions/custom/definitions.d.ts", "src/definitions/required/", "users.d.ts"), - getDefinition("https://raw.githubusercontent.com/MKHenson/modepress/dev/server/src/definitions/custom/modepress-api.d.ts", "src/definitions/required/", "modepress-api.d.ts"), - getDefinition("https://raw.githubusercontent.com/MKHenson/modepress-client-angular/master/src/definitions/generated/plugin.d.ts", "src/definitions/required/", "modepress-client.d.ts") + getDefinition("https://raw.githubusercontent.com/Webinate/users/dev/src/definitions/custom/definitions.d.ts", "src/definitions/required/", "users.d.ts"), + getDefinition("https://raw.githubusercontent.com/Webinate/modepress/dev/server/src/definitions/custom/modepress-api.d.ts", "src/definitions/required/", "modepress-api.d.ts"), + getDefinition("https://raw.githubusercontent.com/Webinate/modepress-client-angular/master/src/definitions/generated/plugin.d.ts", "src/definitions/required/", "modepress-client.d.ts") ]); });