diff --git a/angular.json b/angular.json index 189fa55..bd0588b 100644 --- a/angular.json +++ b/angular.json @@ -79,6 +79,7 @@ "cli": { "schematicCollections": [ "@angular-eslint/schematics" - ] + ], + "analytics": false } } \ No newline at end of file diff --git a/package.json b/package.json index c3af17d..56d2f1a 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,5 @@ "ng-packagr": "^17.3.0", "storybook": "^8.0.9", "typescript": "~5.4.2" - }, - "publishConfig": { - "registry": "https://npm.pkg.github.com/buildo" } } diff --git a/projects/layout-components/package.json b/projects/layout-components/package.json index d3b391c..beed283 100644 --- a/projects/layout-components/package.json +++ b/projects/layout-components/package.json @@ -11,5 +11,8 @@ "sideEffects": false, "devDependencies": { "prettier": "3.2.5" + }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/buildo" } }