Skip to content

Commit 6392d61

Browse files
committed
chore: Added missing npm fields repository and license.
1 parent f60327e commit 6392d61

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# angular-openweather-app - CHANGELOG
22

3+
## 0.2.1
4+
5+
Date: ?
6+
7+
- chore: Added missing npm fields "repository" and "license".
8+
39
## 0.2.0
410

511
Date: February 19, 2018
@@ -31,7 +37,7 @@ any more (returned status 400)
3137
- addition: added example locations "San Francisco" and "Athens" to quick
3238
selection bar
3339
- chore: renamed label(s) "Storm Alarm" again to more neutral "Wind over
34-
Northern Germany"
40+
Northern Germany"˘
3541

3642
## 0.1.4
3743

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
"name": "angular-openweather-app",
33
"description": "A weather forecast app written in AngularJS based on OpenWeatherMap API calls",
44
"version": "0.1.6",
5+
"license": "MIT",
56
"author": {
67
"name": "Matthias Lienau",
78
"email": "matthias@mlienau.de"
89
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git://github.com/atufkas/angular-openweather-app.git"
13+
},
914
"scripts": {
1015
"start": "node scripts/web-server.js",
1116
"test": "scripts/all-tests.sh"

0 commit comments

Comments
 (0)