@rawmodel/utils
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "@rawmodel/utils", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Shared helpers for RawModel.", | ||
@@ -12,4 +12,12 @@ "main": "./dist/index.js", | ||
"prepare": "npm run transpile", | ||
"test": "nyc hayspec test --require ts-node/register --match ./src/tests/**/*.test.ts" | ||
"test": "nyc npx hayspec test" | ||
}, | ||
"hayspec": { | ||
"require": [ | ||
"ts-node/register" | ||
], | ||
"match": [ | ||
"./src/tests/**/*.test.ts" | ||
] | ||
}, | ||
"nyc": { | ||
@@ -77,4 +85,4 @@ "extension": [ | ||
"devDependencies": { | ||
"@hayspec/cli": "^0.4.21", | ||
"@hayspec/spec": "^0.4.21", | ||
"@hayspec/cli": "^0.7.6", | ||
"@hayspec/spec": "^0.7.6", | ||
"nyc": "^13.0.1", | ||
@@ -81,0 +89,0 @@ "ts-node": "^7.0.1", |
95202