angular2-prettyjson
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "angular2-prettyjson", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Angular2 json utils. Includes a pipe to replace Angular's built in json pipe which implements spacing, avoids circular references. Also includes a component that will pretty print json with syntax highlight", | ||
@@ -10,5 +10,5 @@ "main": "index.js", | ||
"repository": "https://github.com/matiboy/angular2-prettyjson", | ||
"bugs":{ | ||
"url" : "https://github.com/matiboy/angular2-prettyjson/issues", | ||
"email" : "mathieu+angular2-prettyjson-issues@redapesolutions.com" | ||
"bugs": { | ||
"url": "https://github.com/matiboy/angular2-prettyjson/issues", | ||
"email": "mathieu+angular2-prettyjson-issues@redapesolutions.com" | ||
}, | ||
@@ -15,0 +15,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# Angular 2 Pretty Json v1.0.0 | ||
# Angular 2 Pretty Json v1.0.1 | ||
@@ -3,0 +3,0 @@ A module for Angular 2 debug output of objects. Contains a pipe similar to [JsonPipe](https://angular.io/docs/ts/latest/api/common/index/JsonPipe-class.html) but adds support for spacing and handling of circular structures. |
36641
24