WIP: Merge 'dev' into 'main' #1
|
@ -5,7 +5,7 @@
|
|||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"bracketSpacing": false,
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "always",
|
||||
"endOfLine": "lf"
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ class PmInstall extends This {
|
|||
const pmInstall = new PmInstall();
|
||||
// Output: Methods of ExampleClass: [ 'methodOne', 'methodTwo' ]
|
||||
// Properties of ExampleClass: [ 'propertyOne', 'propertyTwo', 'version' ] and Version: 1.1.0
|
||||
pmInstall.discovery();
|
||||
// pmInstall.discovery();
|
||||
|
||||
program
|
||||
.name(this.scriptName)
|
||||
|
|
Loading…
Reference in New Issue
Block a user