We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180e859 commit ca97b30Copy full SHA for ca97b30
.travis.yml
@@ -28,7 +28,7 @@ before_install:
28
29
install:
30
- yarn
31
- - (cd examples/hello-world && npm i)
+ - (cd examples/hello-world && rm -rf node_modules/angular2-apollo && npm i)
32
33
script:
34
- yarn test
examples/hello-world/package.json
@@ -28,6 +28,7 @@
"angular2-apollo": "file:../../",
"apollo-client": "~0.5.1",
"core-js": "~2.4.0",
+ "graphql-tag": "^1.1.2",
"rxjs": "5.0.0-rc.4",
"ts-helpers": "~1.1.1",
"zone.js": "~0.7.2"
@@ -51,7 +52,7 @@
51
52
"graphql": "~0.7.0",
53
"graphql-tools": "~0.8.0",
54
"nodemon": "^1.10.2",
- "rollup": "^0.36.3",
55
+ "rollup": "^0.37.0",
56
"rollup-plugin-commonjs": "^5.0.5",
57
"rollup-plugin-node-resolve": "^2.0.0",
58
"rollup-plugin-uglify": "^1.0.1",
0 commit comments