File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ graph LR;
108108 npm-->nopt;
109109 npm-->normalize-package-data;
110110 npm-->npm-audit-report;
111- npm-->npm-bundled;
112111 npm-->npm-install-checks;
113112 npm-->npm-package-arg;
114113 npm-->npm-packlist;
@@ -502,7 +501,6 @@ graph LR;
502501 npm-->nopt;
503502 npm-->normalize-package-data;
504503 npm-->npm-audit-report;
505- npm-->npm-bundled;
506504 npm-->npm-install-checks;
507505 npm-->npm-package-arg;
508506 npm-->npm-packlist;
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ class PromZard {
133133 o [ k ] = await this . #prompt( prompt , def , tx )
134134 } catch ( er ) {
135135 if ( er . notValid ) {
136+ // eslint-disable-next-line no-console
136137 console . log ( er . message )
137138 i --
138139 } else {
Original file line number Diff line number Diff line change 22 "author" : " GitHub Inc." ,
33 "name" : " promzard" ,
44 "description" : " prompting wizardly" ,
5- "version" : " 1.0.1 " ,
5+ "version" : " 1.0.2 " ,
66 "repository" : {
7- "url" : " https://github.com/npm/promzard.git" ,
7+ "url" : " git+ https://github.com/npm/promzard.git" ,
88 "type" : " git"
99 },
1010 "dependencies" : {
1111 "read" : " ^3.0.1"
1212 },
1313 "devDependencies" : {
1414 "@npmcli/eslint-config" : " ^4.0.0" ,
15- "@npmcli/template-oss" : " 4.21.3 " ,
15+ "@npmcli/template-oss" : " 4.22.0 " ,
1616 "tap" : " ^16.3.0"
1717 },
1818 "main" : " lib/index.js" ,
3535 },
3636 "templateOSS" : {
3737 "//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
38- "version" : " 4.21.3 " ,
38+ "version" : " 4.22.0 " ,
3939 "publish" : true
4040 },
4141 "tap" : {
Original file line number Diff line number Diff line change 97919791 }
97929792 },
97939793 "node_modules/promzard": {
9794- "version": "1.0.1 ",
9795- "resolved": "https://registry.npmjs.org/promzard/-/promzard-1.0.1 .tgz",
9796- "integrity": "sha512-ulDF77aULEHUoJkN5XZgRV5loHXBaqd9eorMvLNLvi2gXMuRAtwH6Gh4zsMHQY1kTt7tyv/YZwZW5C2gtj8F2A ==",
9794+ "version": "1.0.2 ",
9795+ "resolved": "https://registry.npmjs.org/promzard/-/promzard-1.0.2 .tgz",
9796+ "integrity": "sha512-2FPputGL+mP3jJ3UZg/Dl9YOkovB7DX0oOr+ck5QbZ5MtORtds8k/BZdn+02peDLI8/YWbmzx34k5fA+fHvCVQ ==",
97979797 "inBundle": true,
97989798 "dependencies": {
97999799 "read": "^3.0.1"
You can’t perform that action at this time.
0 commit comments