We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844c498 commit ede21e6Copy full SHA for ede21e6
README.MD
@@ -206,6 +206,14 @@ The following [JSON Schema v3](https://tools.ietf.org/html/draft-zyp-json-schema
206
| `@schema.uniqueItems` | boolean
207
| `@schema.default` | any
208
209
+## Running tests
210
+
211
+Install dev dependencies and run tests:
212
213
+```
214
+$ npm install -d && npm test
215
216
217
## License
218
219
Licensed under [ISC License](LICENSE) © [John Doherty](http://www.johndoherty.info)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsdoc-to-json-schema",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"description": "Generate JSON Schema from jsDoc comments.",
5
"main": "index.js",
6
"scripts": {
0 commit comments