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.
This commit is contained in:
Ed Page 2019-10-28 16:07:20 -06:00
parent 0f06e602cb
commit 8a8007d353
3 changed files with 3 additions and 0 deletions

View file

@ -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" }

View file

@ -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" }

View file

@ -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" }