mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 23:13:04 +08:00
chore: remove console.log
This commit is contained in:

committed by
Nathan Walker

parent
877c513a1e
commit
58b44ff10c
@ -3,7 +3,6 @@ import path from 'path';
|
|||||||
|
|
||||||
export function getAllDependencies(): string[] {
|
export function getAllDependencies(): string[] {
|
||||||
const packageJSON = getPackageJson();
|
const packageJSON = getPackageJson();
|
||||||
console.log(packageJSON);
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
...Object.keys(packageJSON.dependencies ?? {}),
|
...Object.keys(packageJSON.dependencies ?? {}),
|
||||||
|
Reference in New Issue
Block a user