fix: core/client package.json module error (#2610)

This commit is contained in:
jack zhang 2023-09-07 12:43:04 +08:00 committed by GitHub
parent 17d4476c10
commit b390140627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
"name": "@nocobase/client",
"version": "0.13.0-alpha.8",
"license": "Apache-2.0",
"main": "lib",
"module": "es/index.js",
"main": "lib/index.js",
"module": "es/index.mjs",
"types": "es/index.d.ts",
"dependencies": {
"@ant-design/cssinjs": "^1.11.1",