Skip to content

Commit

Permalink
Support Angular 6
Browse files Browse the repository at this point in the history
  • Loading branch information
hivivo committed Jun 12, 2018
1 parent 165c6d2 commit 8270126
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ngx-json-viewer

JSON formatter and viewer for Angular 2/4/5+
JSON formatter and viewer for Angular 2/4/5/6+

Live demo: https://stackblitz.com/edit/ngx-json-viewer

## Install
```bash
# For Angular 4/5:
# For Angular 4/5/6:
npm install ngx-json-viewer

# For Angular 2:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-json-viewer",
"version": "2.2.0",
"description": "JSON formatter / viewer for Angular 2/4/5+",
"version": "2.3.0",
"description": "JSON formatter / viewer for Angular 2/4/5/6+",
"keywords": [
"angular",
"json"
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {},
"peerDependencies": {
"@angular/core": ">=5.0.0 <6.0.0",
"@angular/common": ">=5.0.0 <6.0.0",
"rxjs": "^5.5.2"
"@angular/core": ">=5.0.0",
"@angular/common": ">=5.0.0",
"rxjs": ">=5.5.2"
},
"devDependencies": {
"@angular/common": "^5.2.2",
Expand Down

0 comments on commit 8270126

Please sign in to comment.