Skip to content

Commit

Permalink
Move examples directory back to the repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhoule committed Dec 30, 2018
1 parent 6b99725 commit 9a0acd4
Show file tree
Hide file tree
Showing 25 changed files with 9 additions and 4,187 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -23,6 +23,6 @@ script:
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo clippy -- -D warnings) fi
- prettier --debug-check -l './**/*.json' './**/*.graphql'
- cargo test --all
- cargo build --manifest-path=./graphql_client/examples/github/Cargo.toml
- cargo build --manifest-path=./graphql_client_cli/Cargo.toml
- cargo build --manifest-path=./examples/github/Cargo.toml
- cargo build --manifest-path=./examples/web/Cargo.toml
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (xvfb-run cargo test --manifest-path=./graphql_client_web/Cargo.toml --target wasm32-unknown-unknown) fi
2 changes: 0 additions & 2 deletions Cargo.toml
Expand Up @@ -4,7 +4,5 @@ members = [
"graphql_client_codegen",
"graphql_client",
"graphql_client_web",
"graphql_client/examples/example_module",
"graphql_client/examples/github",
"graphql_query_derive",
]
Expand Up @@ -6,4 +6,4 @@ authors = ["Tom Houlé <tom@tomhoule.com>"]
[dependencies]
serde = "1.0.69"
serde_derive = "1.0.69"
graphql_client = { path = "../.."}
graphql_client = { path = ".." }
File renamed without changes.
File renamed without changes.
Expand Up @@ -5,7 +5,7 @@ authors = ["Tom Houlé <tom@tomhoule.com>"]

[dependencies]
failure = "*"
graphql_client = { path = "../.." }
graphql_client = { path = ".." }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,4 +1,6 @@
package-lock.json
web_bg.d.ts
web_bg.wasm
web.d.ts
web.d.ts
web.js
web_bg.wasm
package-lock.json
Expand Up @@ -11,7 +11,7 @@ lto = "thin"
crate-type = ["cdylib"]

[dependencies]
graphql_client_web = { path = "../../../graphql_client_web" }
graphql_client_web = { path = "../../graphql_client_web" }
wasm-bindgen = "0.2.12"
serde = "1.0.67"
serde_derive = "1.0.67"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9a0acd4

Please sign in to comment.