From 8a8007d3537a0bcfe23fc4d1cfd8e1ccf58cb24d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 28 Oct 2019 16:07:20 -0600 Subject: [PATCH] fix(dict): Hold off on publishing non-typos dicts This postpones worrying about the names or anything else, for now. The main reason they exist is for help in building up `typos` dict. --- dict/codespell/Cargo.toml | 1 + dict/misspell/Cargo.toml | 1 + dict/wikipedia/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/dict/codespell/Cargo.toml b/dict/codespell/Cargo.toml index e47a266..409f70a 100644 --- a/dict/codespell/Cargo.toml +++ b/dict/codespell/Cargo.toml @@ -9,6 +9,7 @@ categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] license = "CC-BY-SA-3.0" edition = "2018" +publish = false [badges] azure-devops = { project = "crate-ci", pipeline = "typos" } diff --git a/dict/misspell/Cargo.toml b/dict/misspell/Cargo.toml index 7098567..ad7ca59 100644 --- a/dict/misspell/Cargo.toml +++ b/dict/misspell/Cargo.toml @@ -9,6 +9,7 @@ categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] license = "MIT" edition = "2018" +publish = false [badges] azure-devops = { project = "crate-ci", pipeline = "typos" } diff --git a/dict/wikipedia/Cargo.toml b/dict/wikipedia/Cargo.toml index 83fb49f..e3a05c9 100644 --- a/dict/wikipedia/Cargo.toml +++ b/dict/wikipedia/Cargo.toml @@ -9,6 +9,7 @@ categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] license = "CC-BY-SA-3.0" edition = "2018" +publish = false [badges] azure-devops = { project = "crate-ci", pipeline = "typos" }