Skip to content

Commit

Permalink
Remove package.json:exports from suspense package
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Mar 22, 2020
1 parent 56193e4 commit 6902582
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions exchanges/suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@
"module": "dist/urql-exchange-suspense.es.js",
"types": "dist/types/index.d.ts",
"source": "src/index.ts",
"exports": {
".": {
"import": "./dist/urql-exchange-suspense.mjs",
"require": "./dist/urql-exchange-suspense.js",
"types": "./dist/types/index.d.ts",
"source": "./src/index.ts"
}
},
"files": [
"LICENSE",
"CHANGELOG.md",
Expand Down

0 comments on commit 6902582

Please sign in to comment.