Merge pull request #1165 from alexcrichton/working-workspace

Exclude the `typescript` crate from the workspace
This commit is contained in:
Alex Crichton 2019-01-11 12:49:54 -08:00 committed by GitHub
commit 50ee0ab86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,6 @@ members = [
"crates/js-sys",
"crates/test",
"crates/test/sample",
"crates/typescript",
"crates/macro/ui-tests",
"crates/web-sys",
"crates/webidl",
@ -85,6 +84,7 @@ members = [
"examples/webgl",
"tests/no-std",
]
exclude = ['crates/typescript']
[patch.crates-io]
wasm-bindgen = { path = '.' }