concise-json
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -35,2 +35,3 @@ 'use strict'; | ||
Output options: | ||
* `file?` (`string`): if specified, output will be written to the specified path | ||
* `prettyJson?` (`boolean` = `false`): prettify JSON output | ||
@@ -37,0 +38,0 @@ -- */ |
{ | ||
"name": "concise-json", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Guillermo Grau Panea", | ||
@@ -31,3 +31,4 @@ "license": "MIT", | ||
"graphql", | ||
"sequelize" | ||
"sequelize", | ||
"firebase" | ||
], | ||
@@ -34,0 +35,0 @@ "homepage": "https://github.com/guigrpa/concise#readme", |
@@ -10,2 +10,3 @@ // @flow | ||
Output options: | ||
* `file?` (`string`): if specified, output will be written to the specified path | ||
* `prettyJson?` (`boolean` = `false`): prettify JSON output | ||
@@ -12,0 +13,0 @@ -- */ |
Sorry, the diff of this file is not supported yet
7466
133