From e98ebc38313877c0a07cc0a5b6e83ea19d722c42 Mon Sep 17 00:00:00 2001 From: Arman Ozak Date: Fri, 21 Aug 2020 14:23:50 +0300 Subject: [PATCH] build: change schematics location on package.json --- npm/ng-packs/packages/schematics/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/ng-packs/packages/schematics/package.json b/npm/ng-packs/packages/schematics/package.json index 526a20f900..58c11c11df 100644 --- a/npm/ng-packs/packages/schematics/package.json +++ b/npm/ng-packs/packages/schematics/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.schematics", "version": "3.0.5", - "description": "Schematics that works with ABP Suite", + "description": "Schematics that works with ABP Backend", "keywords": [ "schematics" ], "author": "", "license": "MIT", - "schematics": "./src/collection.json", + "schematics": "./collection.json", "dependencies": { "@angular-devkit/core": "~10.0.3", "@angular-devkit/schematics": "~10.0.3",