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",
"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",

Loading…
Cancel
Save