From 9a1891789761f3fd3fc6f498aa180c0008a3ceb7 Mon Sep 17 00:00:00 2001 From: andres Date: Wed, 15 Nov 2023 16:32:26 +0100 Subject: [PATCH] change name and remove main/module config from package.json --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index ed606b5..77ad8af 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,8 @@ { - "name": "bundlers", + "name": "lib-with-storybook-starter", "private": true, "version": "0.0.0", "type": "module", - "types": "./dist/index.d.ts", - "main": "./dist/index.js", - "module": "./dist/index.js", "scripts": { "dev": "storybook dev -p 6006", "build": "tsc && vite build",