Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Update version to 2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-riley authored Jul 23, 2018
1 parent c04a4c5 commit 442de0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions examples/fortune-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "gql_boilerplate",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:matt-riley/gql_boilerplate.git",
"author": "Matt Riley <[email protected]> (https://mattriley.me)",
Expand All @@ -11,7 +10,7 @@
"update-schema": "NODE_ENV=local babel-node ./scripts/build_schema.js"
},
"dependencies": {
"apollo-datasource-rest": "^0.1.0",
"apollo-datasource-rest": "0.1.0",
"apollo-server-express": "2.0.0",
"express": "4.15.3",
"graphql": "0.13.2"
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "gql_boilerplate",
"version": "1.3.0",
"main": "index.js",
"version": "2.0.0",
"repository": "[email protected]:matt-riley/gql_boilerplate.git",
"author": "Matt Riley <[email protected]> (https://mattriley.me)",
"license": "MIT",
Expand All @@ -11,7 +10,7 @@
"update-schema": "NODE_ENV=local babel-node ./scripts/build_schema.js"
},
"dependencies": {
"apollo-datasource-rest": "^0.1.0",
"apollo-datasource-rest": "0.1.0",
"apollo-server-express": "2.0.0",
"express": "4.15.3",
"graphql": "0.13.2"
Expand Down

0 comments on commit 442de0e

Please sign in to comment.