Skip to content

Commit

Permalink
Merge pull request #601 from MurhafSousli/ng-14
Browse files Browse the repository at this point in the history
Update to Angular 14
  • Loading branch information
MurhafSousli authored Jun 7, 2022
2 parents 3887201 + 6215903 commit 402a40f
Show file tree
Hide file tree
Showing 16 changed files with 18,103 additions and 6,049 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 11.0.0

- Update to Angular 14 in [157fc88](https://github.com/MurhafSousli/ngx-sharebuttons/pull/601/commits/157fc8807db2176b01bb6994b130928e8d868a8f).

## 10.0.0

- Update to Angular 13 in [ba9bea3](https://github.com/MurhafSousli/ngx-sharebuttons/pull/578/commits/ba9bea3a555b9149d75b3a4ad52a8d7e9d074465).
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,5 @@
}
}
}
}},
"defaultProject": "ngx-sharebuttons-demo"
}}
}
9 changes: 0 additions & 9 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = function (config) {
require('karma-jasmine'),
require('karma-chrome-launcher'),
require('karma-jasmine-html-reporter'),
require('karma-coverage'),
require('@angular-devkit/build-angular/plugins/karma')
],
client: {
Expand All @@ -24,14 +23,6 @@ module.exports = function (config) {
jasmineHtmlReporter: {
suppressAll: true // removes the duplicated traces
},
coverageReporter: {
dir: require('path').join(__dirname, './coverage/test-app'),
subdir: '.',
reporters: [
{ type: 'html' },
{ type: 'text-summary' }
]
},
reporters: ['progress', 'kjhtml'],
port: 9876,
colors: true,
Expand Down
Loading

0 comments on commit 402a40f

Please sign in to comment.