Skip to content

Commit 402a40f

Browse files
authored
Merge pull request #601 from MurhafSousli/ng-14
Update to Angular 14
2 parents 3887201 + 6215903 commit 402a40f

File tree

16 files changed

+18103
-6049
lines changed

16 files changed

+18103
-6049
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 11.0.0
4+
5+
- Update to Angular 14 in [157fc88](https://github.com/MurhafSousli/ngx-sharebuttons/pull/601/commits/157fc8807db2176b01bb6994b130928e8d868a8f).
6+
37
## 10.0.0
48

59
- Update to Angular 13 in [ba9bea3](https://github.com/MurhafSousli/ngx-sharebuttons/pull/578/commits/ba9bea3a555b9149d75b3a4ad52a8d7e9d074465).

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,5 @@
196196
}
197197
}
198198
}
199-
}},
200-
"defaultProject": "ngx-sharebuttons-demo"
199+
}}
201200
}

karma.conf.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = function (config) {
99
require('karma-jasmine'),
1010
require('karma-chrome-launcher'),
1111
require('karma-jasmine-html-reporter'),
12-
require('karma-coverage'),
1312
require('@angular-devkit/build-angular/plugins/karma')
1413
],
1514
client: {
@@ -24,14 +23,6 @@ module.exports = function (config) {
2423
jasmineHtmlReporter: {
2524
suppressAll: true // removes the duplicated traces
2625
},
27-
coverageReporter: {
28-
dir: require('path').join(__dirname, './coverage/test-app'),
29-
subdir: '.',
30-
reporters: [
31-
{ type: 'html' },
32-
{ type: 'text-summary' }
33-
]
34-
},
3526
reporters: ['progress', 'kjhtml'],
3627
port: 9876,
3728
colors: true,

0 commit comments

Comments
 (0)