Skip to content

Commit ca97b30

Browse files
authored
chore(example): proper version and update rollup (#198)
* chore(example): always install proper version of angular2-apollo * chore(example): update rollup to latest
1 parent 180e859 commit ca97b30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_install:
2828

2929
install:
3030
- yarn
31-
- (cd examples/hello-world && npm i)
31+
- (cd examples/hello-world && rm -rf node_modules/angular2-apollo && npm i)
3232

3333
script:
3434
- yarn test

examples/hello-world/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"angular2-apollo": "file:../../",
2929
"apollo-client": "~0.5.1",
3030
"core-js": "~2.4.0",
31+
"graphql-tag": "^1.1.2",
3132
"rxjs": "5.0.0-rc.4",
3233
"ts-helpers": "~1.1.1",
3334
"zone.js": "~0.7.2"
@@ -51,7 +52,7 @@
5152
"graphql": "~0.7.0",
5253
"graphql-tools": "~0.8.0",
5354
"nodemon": "^1.10.2",
54-
"rollup": "^0.36.3",
55+
"rollup": "^0.37.0",
5556
"rollup-plugin-commonjs": "^5.0.5",
5657
"rollup-plugin-node-resolve": "^2.0.0",
5758
"rollup-plugin-uglify": "^1.0.1",

0 commit comments

Comments
 (0)