From e8d96793c6b376680395a8b5a91237f10534457a Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 2 Jan 2021 19:32:20 +0100 Subject: [PATCH] No type module --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 78cd089..b7c4165 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "Simple process spawning utility for node.js", "main": "./lib/index.js", "types": "./@types/index.d.ts", - "type": "module", "scripts": { "build": "tsc", "watch": "npm run build -- --watch"