Skip to content

Commit 3ae0860

Browse files
committed
fix: update ignored packages
1 parent b870861 commit 3ae0860

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
},
4242
"homepage": "https://github.com/angular/angular-cli",
4343
"dependencies": {
44-
"@ngtools/json-schema": "^1.0.0",
4544
"async": "^2.1.4",
4645
"autoprefixer": "^6.5.3",
4746
"chalk": "^1.1.3",

scripts/sync-deps.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Promise.resolve()
4949

5050
const rootPackageJsonPath = path.join(root, 'package.json');
5151

52-
const ignoredDeps = ['@angular-cli/base-href-webpack', '@ngtools/webpack'];
52+
const ignoredDeps = ['@ngtools/webpack', '@ngtools/json-schema', '@ngtools/logger'];
53+
5354

5455
ignoredDeps.forEach(key => delete dependencies[key])
5556

0 commit comments

Comments
 (0)