diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-01-31 17:34:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 17:34:50 +0100 |
commit | e1697421e2c00508cd78976b6ec586e056530c30 (patch) | |
tree | f7d2a8501bfb91cbf2453784895a46d5e3737381 /cli/lib.rs | |
parent | c7a2a33ea1a3245bfc1b9af1db2282ef8e3f7ab3 (diff) |
chore: remove std/installer, port installer tests to Rust (#3843)
Diffstat (limited to 'cli/lib.rs')
-rw-r--r-- | cli/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lib.rs b/cli/lib.rs index 3a894e0da..227dcdb40 100644 --- a/cli/lib.rs +++ b/cli/lib.rs @@ -35,7 +35,7 @@ mod global_state; mod global_timer; mod http_util; mod import_map; -mod installer; +pub mod installer; mod js; mod lockfile; mod metrics; |