Skip to content

Commit 18a9d17

Browse files
typo found (vscode-icons#1172)
* typo found * Add missing yarn lock file.
1 parent 29ffa07 commit 18a9d17

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Once you have created the folder you can put all your custom icons there. But, a
287287

288288
See [here the supported file extensions for an icon](https://github.com/vscode-icons/vscode-icons/blob/master/src/models/extensions/fileFormat.ts).
289289

290-
With **7.11.0**, we shipped a new feature allowing you to provide your own specific `custom icons folder` path. This can be useful if you have a network share with your team or you want to delivery your own icons along your own repository.
290+
With **7.11.0**, we shipped a new feature allowing you to provide your own specific `custom icons folder` path. This can be useful if you have a network share with your team or you want to deliver your own icons along your own repository.
291291

292292
If you want to take advantadge of this feature, just go to your settings and set `vsicons.customIconFolderPath` with the path to the folder containing the `vscode-custom-icons` folder.
293293

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
version "5.4.0"
2727
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.4.0.tgz#f3658535af7f1f502acd6da7daf405ffeb1f7ee4"
2828

29-
"@types/sinon@^2.3.3":
30-
version "2.3.3"
31-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-2.3.3.tgz#1f20b96f954b4997a09c1c0a20264aaba6b00147"
29+
"@types/sinon@^2.3.4":
30+
version "2.3.5"
31+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-2.3.5.tgz#68f1e0ac15f2eb6cc682b7af87cd517acc77b589"
3232

3333
ajv@^4.9.1:
3434
version "4.11.8"
@@ -1580,9 +1580,9 @@ mocha@^3.2.0:
15801580
mkdirp "0.5.1"
15811581
supports-color "3.1.2"
15821582

1583-
mocha@^3.5.1:
1584-
version "3.5.1"
1585-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.5.1.tgz#9b6d13ac1ccf957edd16f2e439055734b1b60391"
1583+
mocha@^3.5.3:
1584+
version "3.5.3"
1585+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.5.3.tgz#1e0480fe36d2da5858d1eb6acc38418b26eaa20d"
15861586
dependencies:
15871587
browser-stdout "1.3.0"
15881588
commander "2.9.0"
@@ -2104,6 +2104,12 @@ rimraf@2, rimraf@^2.3.3, rimraf@^2.5.4, rimraf@^2.6.1:
21042104
dependencies:
21052105
glob "^7.0.5"
21062106

2107+
rimraf@^2.6.2:
2108+
version "2.6.2"
2109+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
2110+
dependencies:
2111+
glob "^7.0.5"
2112+
21072113
safe-buffer@^5.0.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
21082114
version "5.1.1"
21092115
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"

0 commit comments

Comments
 (0)