Skip to content

Commit

Permalink
fix: Add package.json to exports map (enisdenjo#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l authored and enisdenjo committed Feb 18, 2021
1 parent 94ea423 commit 1f09863
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -34,7 +34,8 @@
"./lib/use/ws": {
"require": "./lib/use/ws.js",
"import": "./lib/use/ws.mjs"
}
},
"./package.json": "./package.json"
},
"types": "lib/index.d.ts",
"browser": "umd/graphql-ws.js",
Expand Down

0 comments on commit 1f09863

Please sign in to comment.