Skip to content

Commit a3b35d2

Browse files
committed
chore: fix comments
1 parent 221d1ca commit a3b35d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"grunt-ts": "6.0.0-beta.21",
4040
"grunt-tslint": "5.0.2",
4141
"istanbul": "0.4.5",
42-
"lodash": "4.17.11",
4342
"mocha": "5.2.0",
4443
"rimraf": "2.5.4",
4544
"tslint": "5.14.0",
4645
"tslint-microsoft-contrib": "6.1.0",
4746
"typescript": "3.3.4000"
4847
},
4948
"dependencies": {
49+
"lodash": "4.17.15",
5050
"osenv": "0.1.3",
5151
"semver": "5.5.1",
5252
"temp": "0.8.3",

test/android-tools-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe("androidToolsInfo", () => {
6767
assert.equal(toolsInfo.compileSdkVersion, 28);
6868
});
6969

70-
it("runtime 6.0.0", () => {
70+
it("runtime 6.1.0", () => {
7171
const androidToolsInfo = getAndroidToolsInfo("6.1.0");
7272
const toolsInfo = androidToolsInfo.getToolsInfo({projectDir: "test"});
7373

0 commit comments

Comments
 (0)