Skip to content

Commit

Permalink
fix(lib): solved issues with schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 20, 2020
1 parent 0f2cb95 commit 8b290e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
24 changes: 0 additions & 24 deletions projects/angular-material-extensions/fab-menu/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add @angular-material-extensions/select-country to the project.",
"description": "Add @angular-material-extensions/fab-menu to the project.",
"factory": "./ng-add/index"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"noUnusedParameters": true,
"noUnusedLocals": true,
"rootDir": "schematics",
"outDir": "../../../dist/angular-material-extensions/select-country/schematics",
"outDir": "../../../dist/angular-material-extensions/fab-menu/schematics",
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"sourceMap": true,
Expand Down

0 comments on commit 8b290e3

Please sign in to comment.