File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ graph LR;
108
108
npm-->nopt;
109
109
npm-->normalize-package-data;
110
110
npm-->npm-audit-report;
111
- npm-->npm-bundled;
112
111
npm-->npm-install-checks;
113
112
npm-->npm-package-arg;
114
113
npm-->npm-packlist;
@@ -502,7 +501,6 @@ graph LR;
502
501
npm-->nopt;
503
502
npm-->normalize-package-data;
504
503
npm-->npm-audit-report;
505
- npm-->npm-bundled;
506
504
npm-->npm-install-checks;
507
505
npm-->npm-package-arg;
508
506
npm-->npm-packlist;
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ class PromZard {
133
133
o [ k ] = await this . #prompt( prompt , def , tx )
134
134
} catch ( er ) {
135
135
if ( er . notValid ) {
136
+ // eslint-disable-next-line no-console
136
137
console . log ( er . message )
137
138
i --
138
139
} else {
Original file line number Diff line number Diff line change 2
2
"author" : " GitHub Inc." ,
3
3
"name" : " promzard" ,
4
4
"description" : " prompting wizardly" ,
5
- "version" : " 1.0.1 " ,
5
+ "version" : " 1.0.2 " ,
6
6
"repository" : {
7
- "url" : " https://github.com/npm/promzard.git" ,
7
+ "url" : " git+ https://github.com/npm/promzard.git" ,
8
8
"type" : " git"
9
9
},
10
10
"dependencies" : {
11
11
"read" : " ^3.0.1"
12
12
},
13
13
"devDependencies" : {
14
14
"@npmcli/eslint-config" : " ^4.0.0" ,
15
- "@npmcli/template-oss" : " 4.21.3 " ,
15
+ "@npmcli/template-oss" : " 4.22.0 " ,
16
16
"tap" : " ^16.3.0"
17
17
},
18
18
"main" : " lib/index.js" ,
35
35
},
36
36
"templateOSS" : {
37
37
"//@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 " ,
39
39
"publish" : true
40
40
},
41
41
"tap" : {
Original file line number Diff line number Diff line change 9791
9791
}
9792
9792
},
9793
9793
"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 ==",
9797
9797
"inBundle": true,
9798
9798
"dependencies": {
9799
9799
"read": "^3.0.1"
You can’t perform that action at this time.
0 commit comments