We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98e894 commit 67f3ad5Copy full SHA for 67f3ad5
3 files changed
angular.json
@@ -79,6 +79,7 @@
79
"cli": {
80
"schematicCollections": [
81
"@angular-eslint/schematics"
82
- ]
+ ],
83
+ "analytics": false
84
}
85
package.json
@@ -58,8 +58,5 @@
58
"ng-packagr": "^17.3.0",
59
"storybook": "^8.0.9",
60
"typescript": "~5.4.2"
61
- },
62
- "publishConfig": {
63
- "registry": "https://npm.pkg.github.com/buildo"
64
65
projects/layout-components/package.json
@@ -11,5 +11,8 @@
11
"sideEffects": false,
12
"devDependencies": {
13
"prettier": "3.2.5"
14
+ },
15
+ "publishConfig": {
16
+ "registry": "https://npm.pkg.github.com/buildo"
17
18
0 commit comments