Skip to content

Commit b178920

Browse files
committed
Update package.json
increase mocha timeout version bump
1 parent c753839 commit b178920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-json-schema",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "typescript-json-schema generates JSON Schema files from your Typescript sources",
55
"main": "typescript-json-schema.js",
66
"bin": {
@@ -38,7 +38,7 @@
3838
"source-map-support": "^0.4.0"
3939
},
4040
"scripts": {
41-
"test": "npm run build && mocha --require source-map-support/register test",
41+
"test": "npm run build && mocha -t 5000 --require source-map-support/register test",
4242
"build": "tsc -p ."
4343
}
4444
}

0 commit comments

Comments
 (0)