fix(reactive): change package main

This commit is contained in:
chaoling 2024-02-04 19:32:12 +08:00
parent bd3f1b9694
commit 55a369609e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "inula-reactive",
"version": "0.0.1",
"description": "reactive core",
"main": "dist/index.js",
"main": "src/index.ts",
"type": "module",
"scripts": {
"build": "tsup",