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