v1.1.0
This commit is contained in:
parent
2906e8e989
commit
aecfdcec99
10
package.json
10
package.json
|
@ -2,8 +2,14 @@
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com)",
|
||||||
"name": "json2yaml",
|
"name": "json2yaml",
|
||||||
"description": "A commandline utility to convert JSON to YAML / YML",
|
"description": "A commandline utility to convert JSON to YAML / YML",
|
||||||
"keywords": ["yml", "yaml", "json", "cli", "util"],
|
"keywords": [
|
||||||
"version": "1.0.3",
|
"yml",
|
||||||
|
"yaml",
|
||||||
|
"json",
|
||||||
|
"cli",
|
||||||
|
"util"
|
||||||
|
],
|
||||||
|
"version": "1.1.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue