mirror of
https://github.com/ershisan99/live-bundlers.git
synced 2025-12-18 05:09:32 +00:00
add main and module fields to package.json
This commit is contained in:
@@ -3,6 +3,13 @@
|
|||||||
"private": false,
|
"private": false,
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"main": "dist/index.js",
|
||||||
|
"module": "dist/index.js",
|
||||||
|
"types": "dist/index.d.ts",
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"dist/style.css"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "vite",
|
"start": "vite",
|
||||||
"dev": "storybook dev -p 6006",
|
"dev": "storybook dev -p 6006",
|
||||||
|
|||||||
Reference in New Issue
Block a user