Skip to content

Commit b7c34be

Browse files
authored
Updated package.json file
this resolution property helps with duplication errors with graphql, more info graphql/graphql-js#491
1 parent e4d4eb2 commit b7c34be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"graphql-tools": "^2.24.0",
2222
"jest": "^22.4.3",
2323
"nodemon": "^1.17.3"
24+
},
25+
"resolutions": {
26+
"graphql": "^0.13.2"
2427
}
2528
}

0 commit comments

Comments
 (0)