Skip to content

Commit

Permalink
3.1.1 with a small fix into readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ks89 committed Jun 14, 2017
1 parent d220bb0 commit 0c2170b
Show file tree
Hide file tree
Showing 7 changed files with 3,113 additions and 1,909 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ This project was born as a fork of [THIS REPO](https://github.com/vimalavinisha/
- `npm install --save font-awesome`
- `npm install --save hammerjs mousetrap`
- `npm install --save angular-modal-gallery`
- `npm install --save-dev @types/mousetrap`

If you have issues, try to install also:
- `npm install --save-dev @types/hammerjs @types/mousetrap`
- `npm install --save-dev @types/hammerjs`


## News
- 06/14/2017 - 3.1.1 - angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
- 06/14/2017 - 3.1.0 - angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
- 04/28/2017 - 3.0.2 - angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
- 03/20/2017 - 3.0.1 - angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
Expand Down
3 changes: 2 additions & 1 deletion demo/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/platform-browser": "^4.2.2",
"@angular/platform-browser-dynamic": "^4.2.2",
"@angular/router": "^4.2.2",
"angular-modal-gallery": "^3.0.2",
"angular-modal-gallery": "^3.1.0",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
Expand All @@ -44,6 +44,7 @@
"@angular/cli": "^1.1.1",
"@angular/compiler-cli": "^4.2.2",
"@types/jasmine": "2.5.38",
"@types/mousetrap": "^1.5.33",
"@types/node": "~6.0.60",
"codelyzer": "~2.0.0",
"jasmine-core": "^2.6.3",
Expand Down
22 changes: 6 additions & 16 deletions demo/systemjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/systemjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular/core": "^4.2.2",
"@angular/platform-browser": "^4.2.2",
"@angular/platform-browser-dynamic": "^4.2.2",
"angular-modal-gallery": "^3.0.2",
"angular-modal-gallery": "^3.1.0",
"core-js": "^2.4.1",
"font-awesome": "^4.6.3",
"hammerjs": "^2.0.8",
Expand Down
Loading

0 comments on commit 0c2170b

Please sign in to comment.