Change to match template better
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
"description": "Technical interview with check24",
|
||||
"main": "out/index.ts",
|
||||
"scripts": {
|
||||
"test": "nyc mocha -r ts-node/register ./test/**/*.ts"
|
||||
"test": "nyc mocha -r ts-node/register ./test/**/*.ts",
|
||||
"build": "tsc",
|
||||
"debug": "tsc-watch"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -31,6 +33,7 @@
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"rewire": "^5.0.0",
|
||||
"ts-node": "^9.1.0",
|
||||
"tsc-watch": "^4.2.9",
|
||||
"typescript": "^4.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user