From 0c3ad0fde3c5abe69a032152ef93cfb7daa74de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B0=29=29=29=29=E5=BD=A1?= Date: Mon, 22 Apr 2019 16:38:13 +0800 Subject: [PATCH] fix(module: schematics): change url from https to http (#393) --- schematics/ng-add/schema.json | 2 +- scripts/schematics/template/schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schematics/ng-add/schema.json b/schematics/ng-add/schema.json index de548279..a8aa66cd 100644 --- a/schematics/ng-add/schema.json +++ b/schematics/ng-add/schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/schema", + "$schema": "http://json-schema.org/schema", "id": "ngAdd", "title": "add NG-ZORRO-MOBILE", "type": "object", diff --git a/scripts/schematics/template/schema.json b/scripts/schematics/template/schema.json index 258ebec3..e1dbe1c7 100644 --- a/scripts/schematics/template/schema.json +++ b/scripts/schematics/template/schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/schema", + "$schema": "http://json-schema.org/schema", "id": "AddNgZorroMobileTable", "title": "Add NG-ZORRO-MOBILE Table", "type": "object",