File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 "yauzl" : " ^2.10.0"
4646 },
4747 "devDependencies" : {
48- "@ionic/eslint-config" : " ^0.3 .0" ,
48+ "@ionic/eslint-config" : " ^0.4 .0" ,
4949 "@ionic/prettier-config" : " ^4.0.0" ,
5050 "@semantic-release/changelog" : " ^6.0.3" ,
5151 "@semantic-release/git" : " ^10.0.1" ,
5858 "@types/split2" : " ^4.2.2" ,
5959 "@types/through2" : " ^2.0.40" ,
6060 "@types/yauzl" : " ^2.10.2" ,
61- "eslint" : " ^7.8.1 " ,
61+ "eslint" : " ^8.57.0 " ,
6262 "jest" : " ^26.4.2" ,
6363 "prettier" : " ^3.0.3" ,
6464 "semantic-release" : " ^19.0.5" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export function getPathFromPackageXml(packageXml: ElementTree): string {
3636export function getNameFromPackageXml ( packageXml : ElementTree ) : string {
3737 const name = packageXml . find ( './localPackage/display-name' ) ;
3838
39- if ( ! name || ! name . text ) {
39+ if ( ! name ? .text ) {
4040 throw new SDKException ( `Invalid SDK package name.` , ERR_INVALID_SDK_PACKAGE ) ;
4141 }
4242
You can’t perform that action at this time.
0 commit comments