Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 7, 2024
1 parent 2146e1f commit 26fefb8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 0 additions & 2 deletions DEPENDENCIES.md
Expand Up @@ -108,7 +108,6 @@ graph LR;
npm-->nopt;
npm-->normalize-package-data;
npm-->npm-audit-report;
npm-->npm-bundled;
npm-->npm-install-checks;
npm-->npm-package-arg;
npm-->npm-packlist;
Expand Down Expand Up @@ -502,7 +501,6 @@ graph LR;
npm-->nopt;
npm-->normalize-package-data;
npm-->npm-audit-report;
npm-->npm-bundled;
npm-->npm-install-checks;
npm-->npm-package-arg;
npm-->npm-packlist;
Expand Down
1 change: 1 addition & 0 deletions node_modules/promzard/lib/index.js
Expand Up @@ -133,6 +133,7 @@ class PromZard {
o[k] = await this.#prompt(prompt, def, tx)
} catch (er) {
if (er.notValid) {
// eslint-disable-next-line no-console
console.log(er.message)
i--
} else {
Expand Down
8 changes: 4 additions & 4 deletions node_modules/promzard/package.json
Expand Up @@ -2,17 +2,17 @@
"author": "GitHub Inc.",
"name": "promzard",
"description": "prompting wizardly",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"url": "https://github.com/npm/promzard.git",
"url": "git+https://github.com/npm/promzard.git",
"type": "git"
},
"dependencies": {
"read": "^3.0.1"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.21.3",
"@npmcli/template-oss": "4.22.0",
"tap": "^16.3.0"
},
"main": "lib/index.js",
Expand All @@ -35,7 +35,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.21.3",
"version": "4.22.0",
"publish": true
},
"tap": {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json
Expand Up @@ -9791,9 +9791,9 @@
}
},
"node_modules/promzard": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/promzard/-/promzard-1.0.1.tgz",
"integrity": "sha512-ulDF77aULEHUoJkN5XZgRV5loHXBaqd9eorMvLNLvi2gXMuRAtwH6Gh4zsMHQY1kTt7tyv/YZwZW5C2gtj8F2A==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/promzard/-/promzard-1.0.2.tgz",
"integrity": "sha512-2FPputGL+mP3jJ3UZg/Dl9YOkovB7DX0oOr+ck5QbZ5MtORtds8k/BZdn+02peDLI8/YWbmzx34k5fA+fHvCVQ==",
"inBundle": true,
"dependencies": {
"read": "^3.0.1"
Expand Down

0 comments on commit 26fefb8

Please sign in to comment.