Skip to content

Commit d1ccc3b

Browse files
committed
feature/cache: Expose correct index file
1 parent 36b569b commit d1ccc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "graphql-resolver-cache",
33
"version": "1.0.0",
44
"description": "Caching for Graphql resolvers",
5-
"main": "index.js",
5+
"main": "src/index.js",
66
"scripts": {
77
"format": "prettier --trailing-comma es5 --single-quote --write src/**/*.js",
88
"lint": "eslint src",

0 commit comments

Comments
 (0)