build: change schematics location on package.json

pull/5141/head^2
Arman Ozak 5 years ago
parent de7d480af4
commit e98ebc3831

@ -1,13 +1,13 @@
{ {
"name": "@abp/ng.schematics", "name": "@abp/ng.schematics",
"version": "3.0.5", "version": "3.0.5",
"description": "Schematics that works with ABP Suite", "description": "Schematics that works with ABP Backend",
"keywords": [ "keywords": [
"schematics" "schematics"
], ],
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"schematics": "./src/collection.json", "schematics": "./collection.json",
"dependencies": { "dependencies": {
"@angular-devkit/core": "~10.0.3", "@angular-devkit/core": "~10.0.3",
"@angular-devkit/schematics": "~10.0.3", "@angular-devkit/schematics": "~10.0.3",

Loading…
Cancel
Save