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.
2 parents c89663f + 0bab273 commit 1d85e89Copy full SHA for 1d85e89
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "typescript-node-api",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
"start": "node dist/index.js",
8
- "test": "mocha --reporter spec --compilers ts:ts-node/register test/**/*.test.ts"
+ "test": "mocha --reporter spec --compilers ts:ts-node/register 'test/**/*.test.ts'"
9
},
10
"keywords": [],
11
"author": "",
0 commit comments