Skip to content

Commit

Permalink
added @types
Browse files Browse the repository at this point in the history
  • Loading branch information
clarencenpy committed Jun 18, 2018
1 parent cba3d94 commit 7e6d282
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/apollo-server-memcached/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
},
"devDependencies": {
"@types/jest": "^23.0.0",
"@types/memcached": "^2.2.5",
"jest": "^23.1.0",
"ts-jest": "^22.4.6",
"memcached-mock": "^0.1.0"
"memcached-mock": "^0.1.0",
"ts-jest": "^22.4.6"
},
"jest": {
"testEnvironment": "node",
Expand Down
1 change: 1 addition & 0 deletions packages/apollo-server-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"devDependencies": {
"@types/jest": "^23.0.0",
"@types/redis": "^2.8.6",
"jest": "^23.1.0",
"redis-mock": "^0.27.0",
"ts-jest": "^22.4.6"
Expand Down

0 comments on commit 7e6d282

Please sign in to comment.