Skip to content

Commit d948c71

Browse files
committed
fix(Travis): Fix for Node4
1 parent 46466fb commit d948c71

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
@@ -34,7 +34,9 @@
3434
},
3535
"homepage": "https://github.com/stoffern/graphql-compose-dataloader#readme",
3636
"dependencies": {
37+
"babel-runtime": "^6.22.0",
3738
"dataloader": "^1.3.0",
39+
"object-path": "^0.11.3",
3840
"string-hash": "^1.1.1"
3941
},
4042
"peerDependencies": {
@@ -52,6 +54,7 @@
5254
"babel-plugin-transform-regenerator": "^6.22.0",
5355
"babel-plugin-transform-runtime": "^6.22.0",
5456
"babel-preset-es2015": "^6.22.0",
57+
"babel-runtime": "^6.22.0",
5558
"chai": "^3.5.0",
5659
"cross-env": "^3.1.4",
5760
"cz-conventional-changelog": "^1.2.0",

0 commit comments

Comments
 (0)