mirror of
https://github.com/ershisan99/lib-with-storybook-starter.git
synced 2025-12-16 20:59:22 +00:00
change name and remove main/module config from package.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user