From 8309e728e1ee5a5b739a319f9ae37bcae39cae32 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 2 Jan 2021 19:16:52 +0100 Subject: [PATCH] Correct entrypoint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70d7662..6844f28 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "async-spawner", "version": "0.1.0", "description": "Simple process spawning utility for node.js", - "main": "dist/index.js", + "main": "./lib/index.js", "types": "./@types/index.d.ts", "scripts": { "build": "tsc",