From f50cac86d75770924ce7f0c55a554f338814772b Mon Sep 17 00:00:00 2001 From: Vincenzo Chianese Date: Thu, 10 Oct 2019 13:09:53 +0200 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 811f390..d0441bf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "engines": { "node": ">=8.3.0" }, - "main": "src/index.ts", + "main": "dist/index.ts", "types": "dist/index.d.ts", "homepage": "https://github.com/stoplightio/ref-resolvers", "bugs": "https://github.com/stoplightio/ref-resolvers/issues", From f9a7f36c683b01022bdc227fb35fdcb29dbb806d Mon Sep 17 00:00:00 2001 From: Karol Maciaszek Date: Thu, 10 Oct 2019 13:12:05 +0200 Subject: [PATCH 2/2] fix: .js instead of .ts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0441bf..f098a0c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "engines": { "node": ">=8.3.0" }, - "main": "dist/index.ts", + "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/stoplightio/ref-resolvers", "bugs": "https://github.com/stoplightio/ref-resolvers/issues",