From b310e7c892c2eb25f330474bc4803b576f0de21a Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Thu, 19 Mar 2020 22:18:28 -0400 Subject: [PATCH] . --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc5c1ed..0060dc5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "test": "tsc && jest && prettier --check 'src/**'", - "develop": "concurrently \"tsc --watch\" \"nodemon lib/index.js\"" + "develop": "concurrently \"tsc --watch\" \"nodemon lib\"" }, "dependencies": { "crypto-random-string": "^3.2.0",