Update repository URL & production registry host.

This commit is contained in:
2022-10-05 15:39:04 +03:00
parent 40c67a0bd8
commit ab0fe727b3
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const __dirname = path.dirname(__filename);
const baseDir = path.join(__dirname, '../../');
export const defaultGitRepo = 'git+https://roman-axe-web@bitbucket.org/axeweb/create-block-dev-tool.git#master';
export const defaultGitRepo = 'git+https://git.devdevdev.life/axe-web-public/create-block.git#master';
export default class extends Generator {
async prompting() {