Skip to content

Commit

Permalink
Commit missing exchanges/graphcache/extras
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Apr 21, 2020
1 parent f7e6b50 commit 0d85911
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion exchanges/graphcache/.gitignore

This file was deleted.

13 changes: 13 additions & 0 deletions exchanges/graphcache/extras/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "urql-exchange-graphcache-extras",
"private": true,
"main": "../dist/urql-exchange-graphcache-extras.js",
"module": "../dist/urql-exchange-graphcache-extras.mjs",
"types": "../dist/types/extras/index.d.ts",
"source": "../src/extras/index.ts",
"dependencies": {
"@urql/core": ">=1.11.0",
"@urql/exchange-populate": ">=0.1.6",
"wonka": "^4.0.9"
}
}

0 comments on commit 0d85911

Please sign in to comment.