mocha-remote-common
Advanced tools
Comparing version 1.4.3 to 1.5.0
{ | ||
"name": "mocha-remote-common", | ||
"version": "1.4.3", | ||
"version": "1.5.0", | ||
"description": "All common code and types shared between the Mocha Remote server and client", | ||
"scripts": { | ||
"build": "../../node_modules/.bin/tsc -p tsconfig.build.json", | ||
"build": "tsc -p tsconfig.build.json", | ||
"prepare": "npm run build", | ||
@@ -26,4 +26,3 @@ "prepack": "cp ../../README.md .", | ||
"@types/mocha": "^8.2.2", | ||
"chai": "^4.3.4", | ||
"mocha": "../../node_modules/mocha" | ||
"chai": "^4.3.4" | ||
}, | ||
@@ -40,3 +39,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "285e9d52fbdfe2a50341e647ae111b5b08019850" | ||
"gitHead": "489c07c747f0bc26e91b029c13182296c25e30e4" | ||
} |
2
15573