Skip to content

Commit

Permalink
Bump version and change README for angular8
Browse files Browse the repository at this point in the history
  • Loading branch information
themyth92 committed Jun 6, 2019
1 parent 551860f commit b729c5c
Show file tree
Hide file tree
Showing 3 changed files with 2,667 additions and 2,797 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
# Ngx-Lightbox
A [lighbox2](https://github.com/lokesh/lightbox2) implementation port to use with new Angular without the need for jQuery

This module works with angular >= 5
[demo](https://themyth92.com/project/ngx-lightbox). For angular 2x or 4x, please use [angular2-lightbox](https://github.com/themyth92/angular2-lightbox)
## Version
- For Angular 5, 6, 7, please use ngx-lightbox 1.x.x. `npm install ngx-lightbox@1.2.0`
- For Angular >= 8, please use ngx-lightbox 2.x.x. `npm install ngx-lightbox@2.0.0`
- For Angular 2, 4, please use [angular2-lightbox](https://github.com/themyth92/angular2-lightbox)

## [Demo](https://themyth92.com/project/ngx-lightbox)

## Installation
`npm install --save ngx-lightbox`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-lightbox",
"version": "1.3.0",
"version": "2.0.0",
"description": "A port >= angular5 for lightbox2",
"main": "index.js",
"dependencies": {},
Expand Down
Loading

0 comments on commit b729c5c

Please sign in to comment.