Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

Commit dc06734

Browse files
committed
fix: some loaders want a main export
1 parent 3e7e032 commit dc06734

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "graphql-lambda-subscriptions",
33
"version": "0.0.0-development",
44
"description": "Rollup your code and types for publishing",
5-
"types": "dist/index.d.ts",
5+
"types": "./dist/index.d.ts",
6+
"main": "./dist/index.js",
67
"exports": {
78
"require": "./dist/index.js",
89
"default": "./dist/index-esm.mjs"

0 commit comments

Comments
 (0)