From 0c001ea1927776bf1f05a71faf5b99cbd6f9b542 Mon Sep 17 00:00:00 2001 From: Kirill Khoroshilov Date: Thu, 28 Oct 2021 04:28:57 +0300 Subject: [PATCH] fix: main entry path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0fab09..c51eea3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "This craco plugin will set up babel-plugin-parameter-decorator for your project.", "type": "commonjs", "types": "/index.d.ts", - "main": "./index.js", + "main": "./lib/index.js", "exports": { ".": { "require": "./lib/index.js",