export commonjs files
Forwarded: not-needed Last-Update: 2021-10-14 Gbp-Pq: Name build-commonjs-files.patch
This commit is contained in:
parent
1baffff9d4
commit
7a5f7f2d04
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue