Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 551fe03

Browse files
committed
Patch minor version
1 parent 5bf27e7 commit 551fe03

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

projects/ngx-progressive-img-loader/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@
55
"email": "[email protected]",
66
"url": "https://github.com/ahkohd/"
77
},
8-
"version": "0.0.3",
8+
"version": "0.1.0",
99
"description": "A simple, flexible progressive image loader for angular 4+",
10-
"keywords": ["progressive", "image", "loader", "lazy", "angular", "ngx"],
10+
"keywords": [
11+
"progressive",
12+
"image",
13+
"loader",
14+
"lazy",
15+
"angular",
16+
"ngx"
17+
],
1118
"homepage": "https://github.com/ahkohd/ngx-progressive-img-loader",
1219
"license": "MIT",
1320
"peerDependencies": {
1421
"@angular/common": "^7.1.0 || ^8.0.0",
1522
"@angular/core": "^7.1.0 || ^8.0.0"
1623
}
17-
}
24+
}

0 commit comments

Comments
 (0)