Skip to content

Commit 506f77f

Browse files
authored
Merge pull request #4 from atufkas/chore/2022-05-maintenance
Chore/2022 05 maintenance
2 parents 6392d61 + be993f0 commit 506f77f

File tree

5 files changed

+1848
-16
lines changed

5 files changed

+1848
-16
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
#### Note: February 2018 housekeeping -> v 0.2.0 updates angular and fixes testing issues
2-
3-
Updated bundled angularjs lib from angular-1.2.0-rc.2 to
4-
angular-1.2.32 (latest of the 1.2 release series) + updated and fixed
5-
dependencies on karma and jasmine modules so that tests would run and pass again.
1+
# angular-openweather-app — a weather forecast app written in AngularJS
62

73
---
4+
Note: May 2ß22 housekeeping -> latest Release 0.3.0 updates jasmine/karma and fixes security vulnerabilities
85

9-
# angular-openweather-app — a weather forecast app written in AngularJS
6+
---
107

118
[![Build Status](https://travis-ci.org/atufkas/angular-openweather-app.svg?branch=master)](https://travis-ci.org/atufkas/angular-openweather-app)
129

config/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = function(config) {
55
files: [
66
'app/lib/angular-1.2.32/angular.js',
77
'app/lib/angular-1.2.32/angular-*.js',
8+
'app/lib/iso-3166-country-codes-angular/*.js',
89
'test/lib/angular-1.2.32/angular-mocks.js',
910
'app/js/**/*.js',
1011
'test/unit/**/*.js'

0 commit comments

Comments
 (0)