From 31cf7aab4143b89ea97bc2701758b32b32a90191 Mon Sep 17 00:00:00 2001 From: 13OnTheTrack <13@ryongyon.com> Date: Fri, 11 Aug 2023 17:16:24 +0800 Subject: [PATCH] chore: release v1.1.6 --- package.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 2381499..bd88712 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@13onthecode/eslint-config", "description": "ESLint shareable configurations", - "version": "1.1.5", + "version": "1.1.6", "type": "module", "license": "MIT", "homepage": "https://github.com/13OnTheCode/eslint-config#readme", @@ -65,16 +65,8 @@ "optional": true } }, - "exports": { - ".": { - "require": "./dist/index.cjs", - "import": "./dist/index.mjs", - "types": "./dist/index.d.ts" - } - }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", + "exports": "./dist/index.mjs", + "types": "./dist/index.d.ts", "files": [ "dist", "LICENSE.md",