mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
chore: remove console.log
This commit is contained in:
@ -3,7 +3,6 @@ import path from 'path';
|
||||
|
||||
export function getAllDependencies(): string[] {
|
||||
const packageJSON = getPackageJson();
|
||||
console.log(packageJSON);
|
||||
|
||||
return [
|
||||
...Object.keys(packageJSON.dependencies ?? {}),
|
||||
|
Reference in New Issue
Block a user