Skip to content

Commit 6994d90

Browse files
committed
package.json: npm install lodash
Change-Id: I736fdc6946abb8f5e9df9710ed52631706b08da3
1 parent 368a049 commit 6994d90

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"diff": "^4.0.2",
5454
"glob": "^7.1.6",
5555
"json-rpc2": "^2.0.0",
56+
"lodash": "^4.17.21",
5657
"moment": "^2.24.0",
5758
"semver": "^7.3.2",
5859
"tree-kill": "file:third_party/tree-kill",
@@ -2623,4 +2624,4 @@
26232624
]
26242625
}
26252626
}
2626-
}
2627+
}

src/goImpl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable node/no-extraneous-import */
21
/* eslint-disable no-useless-escape */
32
/* eslint-disable @typescript-eslint/no-explicit-any */
43
/*---------------------------------------------------------

0 commit comments

Comments
 (0)