-
- Downloads
Merge branch 'master' into refs
No related branches found
No related tags found
Showing
- Contributing.md 13 additions, 14 deletionsContributing.md
- README.md 15 additions, 15 deletionsREADME.md
- lib/schema.js 0 additions, 0 deletionslib/schema.js
- package.json 4 additions, 4 deletionspackage.json
- templates/md/meta.ejs 1 addition, 1 deletiontemplates/md/meta.ejs
- templates/md/topSchema.ejs 19 additions, 15 deletionstemplates/md/topSchema.ejs
lib/schema.js
100755 → 100644
File mode changed from 100755 to 100644
{ | ||
"name": "adobecloudplatform-machinery", | ||
"name": "jsonschema2md", | ||
"description": "Validate and document complex JSON Schemas the easy way.", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"main": "index.js", | ||
"bin": { | ||
"jsonschema2md": "./index.js" | ||
... | ... | @@ -28,9 +28,9 @@ |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.corp.adobe.com/AdobeCloudPlatform/machinery.git" | ||
"url": "https://git.corp.adobe.com/AdobeCloudPlatform/jsonschema2md.git" | ||
}, | ||
"bugs": { | ||
"url": "https://git.corp.adobe.com/AdobeCloudPlatform/machinery/issues" | ||
"url": "https://git.corp.adobe.com/AdobeCloudPlatform/jsonschema2md/issues" | ||
} | ||
} |
Please register or sign in to comment