Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit 63cb9af

Browse files
chore: fix build
1 parent 0b532c9 commit 63cb9af

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "apollo-graphql-ws-link",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "The graphql-ws apollo link recipe as package ",
55
"source": "index.ts",
66
"main": "./dist/apollo-graphql-ws-link.umd.js",
77
"module": "./dist/apollo-graphql-ws-link.module.js",
8-
"exports": "./dist/apollo-graphql-ws-link.modern.js",
98
"types": "./dist/index.d.ts",
109
"scripts": {
1110
"build": "rm -rf ./dist && microbundle --ts -i ./index.ts -o ./dist",

0 commit comments

Comments
 (0)