export commonjs files

Forwarded: not-needed
Last-Update: 2021-10-14


Gbp-Pq: Name build-commonjs-files.patch
This commit is contained in:
Yadd 2023-02-17 16:50:44 +08:00 committed by zhouganqing
parent 1baffff9d4
commit 7a5f7f2d04
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"version": "3.0.0",
"description": "Creates a Promise that waits for a single event",
"type": "module",
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist",