From 46c39dfe784d0ee246ea53c3a3c9af24acec7d78 Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Tue, 23 Feb 2021 10:52:03 -0600 Subject: [PATCH] fix: s/config/configuration --- crates/houston/src/error.rs | 2 +- installers/npm/package-lock.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/houston/src/error.rs b/crates/houston/src/error.rs index 3221b0f3b6..9aa391b7b8 100644 --- a/crates/houston/src/error.rs +++ b/crates/houston/src/error.rs @@ -26,7 +26,7 @@ pub enum HoustonProblem { ProfileNotFound(String), /// NoProfilesFound occurs When there are no profiles at all, often for new users - #[error("No config profiles found")] + #[error("No configuration profiles found")] NoConfigProfiles, /// NoNonSensitiveConfigFound occurs when non-sensitive config can't be found for a profile. diff --git a/installers/npm/package-lock.json b/installers/npm/package-lock.json index 5cee969ccc..038d892084 100644 --- a/installers/npm/package-lock.json +++ b/installers/npm/package-lock.json @@ -101,6 +101,9 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/easy-table/-/easy-table-1.1.0.tgz", "integrity": "sha1-hvmrTBAvA3G3KXuSplHVgkvIy3M=", + "dependencies": { + "wcwidth": ">=1.0.1" + }, "optionalDependencies": { "wcwidth": ">=1.0.1" }