Skip to content

Commit ede21e6

Browse files
author
John Doherty
committed
updated docs
1 parent 844c498 commit ede21e6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.MD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ The following [JSON Schema v3](https://tools.ietf.org/html/draft-zyp-json-schema
206206
| `@schema.uniqueItems` | boolean
207207
| `@schema.default` | any
208208

209+
## Running tests
210+
211+
Install dev dependencies and run tests:
212+
213+
```
214+
$ npm install -d && npm test
215+
```
216+
209217
## License
210218

211219
Licensed under [ISC License](LICENSE) © [John Doherty](http://www.johndoherty.info)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdoc-to-json-schema",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Generate JSON Schema from jsDoc comments.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)