Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 27e0c56

Browse files
committed
feat: upgrade to angular 14
BREAKING CHANGE: requires angular 14
1 parent 192e818 commit 27e0c56

File tree

7 files changed

+9377
-12498
lines changed

7 files changed

+9377
-12498
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
node: circleci/node@4
3+
node: circleci/node@5
44
browser-tools: circleci/browser-tools@1
55
codecov: codecov/codecov@3
66
jobs:

angular.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,5 @@
115115
}
116116
}
117117
}
118-
},
119-
"defaultProject": "ngx-github-buttons",
120-
"cli": {
121-
"defaultCollection": "@angular-eslint/schematics"
122118
}
123119
}

0 commit comments

Comments
 (0)