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"