Skip to content

Commit

Permalink
Merge pull request #773 from IgniteUI/nalipiev/angular-not-default
Browse files Browse the repository at this point in the history
feat: remove angular as default choice for step by step #579
  • Loading branch information
Lipata committed Jun 19, 2020
2 parents 025892e + 5d2697e commit b531c03
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/core/config/defaults.json
Expand Up @@ -2,11 +2,5 @@
"igPackageRegistry": "https://packages.infragistics.com/npm/js-licensed/",
"customTemplates": [],
"skipGit": false,
"skipAnalytic": false,
"stepByStep": {
"frameworks": ["angular"],
"angular": {
"projTypes": ["igx-ts"]
}
}
"skipAnalytic": false
}

0 comments on commit b531c03

Please sign in to comment.