From 0b63f693c63bfbe443aa99507ffe15ade04444e8 Mon Sep 17 00:00:00 2001 From: Gordon Sun Date: Wed, 8 Jun 2022 16:53:36 -0700 Subject: [PATCH] Point to esm correctly --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b2e3e50f..71c57302 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ ], "author": "Jakub Roztocil, Lars Schöning, and David Golightly", "main": "dist/es5/rrule.js", - "module": "dist/esm/src/index.js", - "types": "dist/esm/src/index.d.ts", + "module": "dist/esm/index.js", + "types": "dist/esm/index.d.ts", "repository": { "type": "git", "url": "git://github.com/jakubroztocil/rrule.git"