Skip to content

Commit

Permalink
Merge pull request #33 from IBM/examples-package-update
Browse files Browse the repository at this point in the history
Updated all of the examples to point to the latest version of the lib…
  • Loading branch information
zgrossbart committed Jun 8, 2020
2 parents d9b0578 + ec32b93 commit e0c7f32
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion examples/github_users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To run this sample you first need to install [NodeJS](https://nodejs.org/en/down
npm install
```

The switch to the `examples/xkcd` directory and running the following commands:
Then switch to the `examples/xkcd` directory and running the following commands:

```
npm install
Expand Down
8 changes: 4 additions & 4 deletions examples/github_users/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/github_users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"apollo-server": "^2.14.2",
"axios": "^0.19.2",
"graphql": "^15.1.0",
"graphql-schema-bindings": "^0.11.1",
"graphql-schema-bindings": "^0.11.3",
"minimist": "^1.2.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/mutation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mutation sample

This sample shows you how to do very simple mutations. It handles adds, deletes, and list operations.
This sample shows you how to do very simple mutations. It handles adds, deletes, updates, and list operations.

## Running this sample

Expand All @@ -10,7 +10,7 @@ To run this sample you first need to install [NodeJS](https://nodejs.org/en/down
npm install
```

The switch to the `examples/mutation` directory and running the following commands:
Then switch to the `examples/mutation` directory and running the following commands:

```
npm install
Expand Down
8 changes: 4 additions & 4 deletions examples/mutation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/mutation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"apollo-server": "^2.14.2",
"axios": "^0.19.2",
"graphql": "^15.1.0",
"graphql-schema-bindings": "^0.11.1",
"graphql-schema-bindings": "^0.11.3",
"minimist": "^1.2.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
Expand Down
8 changes: 4 additions & 4 deletions examples/twitter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"axios": "^0.19.2",
"dotenv": "^6.0.0",
"graphql": "^15.1.0",
"graphql-schema-bindings": "^0.11.1",
"graphql-schema-bindings": "^0.11.3",
"minimist": "^1.2.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/xkcd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To run this sample you first need to install [NodeJS](https://nodejs.org/en/down
npm install
```

The switch to the `examples/xkcd` directory and running the following commands:
Then switch to the `examples/xkcd` directory and running the following commands:

```
npm install
Expand Down
8 changes: 4 additions & 4 deletions examples/xkcd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/xkcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"apollo-server": "^2.14.2",
"axios": "^0.19.2",
"graphql": "^15.1.0",
"graphql-schema-bindings": "^0.11.1",
"graphql-schema-bindings": "^0.11.3",
"minimist": "^1.2.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
Expand Down

0 comments on commit e0c7f32

Please sign in to comment.