Skip to content

Commit

Permalink
refactor(projects-legacy): update project type
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofdiamond5 committed Dec 4, 2023
1 parent ab23fbf commit 2c595df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/igx-templates/igx-ts-legacy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class IgxProjectLibrary extends BaseProjectLibrary {
constructor() {
super(__dirname);
this.name = "Ignite UI for Angular NgModules (legacy)";
this.projectType = "igx-ts";
this.projectType = "igx-ts-legacy";
this.themes = ["Custom", "Default"];

const groups = require("./groups.json");
Expand Down

0 comments on commit 2c595df

Please sign in to comment.