Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 50d89d1

Browse files
authored
Remove bs-platform dependency (#2735)
1 parent 205e0bc commit 50d89d1

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,6 @@
935935
"azure-storage": "^2.8.1",
936936
"babel-minify-webpack-plugin": "^0.3.1",
937937
"babel-plugin-dynamic-import-node": "^1.2.0",
938-
"bs-platform": "2.1.0",
939938
"codecov": "^3.0.0",
940939
"color": "2.0.0",
941940
"concurrently": "3.1.0",

test/CiTests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const WindowsOnlyTests = [
7676
"Regression.1819.AutoReadCheckTimeTest",
7777
]
7878

79-
const OSXOnlyTests = ["AutoCompletionTest-Reason", "OSX.WindowTitleTest"]
79+
const OSXOnlyTests = ["OSX.WindowTitleTest"]
8080

8181
// tslint:disable:no-console
8282

yarn.lock

-4
Original file line numberDiff line numberDiff line change
@@ -1961,10 +1961,6 @@ browserslist@~1.3.5:
19611961
dependencies:
19621962
caniuse-db "^1.0.30000525"
19631963

1964-
1965-
version "2.1.0"
1966-
resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-2.1.0.tgz#63560ff8f7142c9c0631559df1c35590b9f6d8b2"
1967-
19681964
bser@^2.0.0:
19691965
version "2.0.0"
19701966
resolved "https://registry.yarnpkg.com/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719"

0 commit comments

Comments
 (0)