Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 1, 2017
1 parent 2f0819c commit abe58f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool-cli-core",
"version": "1.7.4",
"version": "1.8.0",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-engine/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 cli/packages/graphcool-cli-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool-cli-engine",
"version": "0.3.2",
"version": "0.4.0",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions cli/packages/graphcool-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool",
"version": "0.10.0",
"version": "0.10.1",
"main": "dist/index.js",
"bin": {
"graphcool": "dist/index.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"dependencies": {
"fs-extra": "^4.0.1",
"graphcool-cli-core": "1.7.4",
"graphcool-cli-engine": "0.3.2",
"graphcool-cli-core": "1.8.0",
"graphcool-cli-engine": "0.4.0",
"semver": "^5.4.1",
"source-map-support": "^0.4.18"
},
Expand Down

0 comments on commit abe58f3

Please sign in to comment.