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 c753839 commit b178920Copy full SHA for b178920
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-json-schema",
3
- "version": "0.0.6",
+ "version": "0.0.7",
4
"description": "typescript-json-schema generates JSON Schema files from your Typescript sources",
5
"main": "typescript-json-schema.js",
6
"bin": {
@@ -38,7 +38,7 @@
38
"source-map-support": "^0.4.0"
39
},
40
"scripts": {
41
- "test": "npm run build && mocha --require source-map-support/register test",
+ "test": "npm run build && mocha -t 5000 --require source-map-support/register test",
42
"build": "tsc -p ."
43
}
44
0 commit comments