Skip to content

Commit

Permalink
chore: cleanup left over configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Oct 13, 2023
1 parent cb2ddfa commit 06f3908
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 26 deletions.
3 changes: 1 addition & 2 deletions angular/devkit/common/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"typescript": ">= 3.5.3"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/compiler/elements/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@babel/runtime": "7.22.15"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/compiler/multi-compiler/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@angular/compiler-cli": ">= 8.0.0"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/compiler/ng-packagr/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ng-packagr": ">=5.0.0"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/linter/eslint/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"eslint": ">= 7.0.0"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/ng-compat/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"webpack": ">= 4.44.2"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/ngcc/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@angular/compiler-cli": ">= 8.0.0"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/preview/mounter/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"zone.js": ">= 0.9.1"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/preview/preview/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"zone.js": ">= 0.9.1"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/preview/runtime/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"zone.js": ">= 0.9.1"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/webpack/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@babel/runtime": "7.22.15"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
1 change: 0 additions & 1 deletion angular/envs/angular-v17-env/webpack-config.factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ async function getWebpackConfig(
...logger,
log: logger.console
} as any as logging.LoggerApi;
console.log(browserOptions);
const normalizedOptions = normalizeBrowserSchema(
normalizedWorkspaceRoot,
projectRoot,
Expand Down
3 changes: 1 addition & 2 deletions angular/envs/base-env/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"zone.js": ">= 0.9.1"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
2 changes: 1 addition & 1 deletion workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* default scope for all components in workspace.
**/
"defaultScope": "bitdev.angular",
"defaultScope": "integration.examples",
"resolveEnvsFromRoots": true
},
/**
Expand Down

0 comments on commit 06f3908

Please sign in to comment.