change name and remove main/module config from package.json

This commit is contained in:
2023-11-15 16:32:26 +01:00
parent 0bb10e6a28
commit 9a18917897

View File

@@ -1,11 +1,8 @@
{ {
"name": "bundlers", "name": "lib-with-storybook-starter",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
"scripts": { "scripts": {
"dev": "storybook dev -p 6006", "dev": "storybook dev -p 6006",
"build": "tsc && vite build", "build": "tsc && vite build",