From 6cab4c5b4640480c9957477326e8fdaeaadd7ccd Mon Sep 17 00:00:00 2001 From: equinusocio Date: Tue, 14 Nov 2017 17:00:21 +0100 Subject: [PATCH 01/14] release: 1.1.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ extensions/defaults.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b162704..ec8e65f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +## [1.1.2](https://github.com/equinusocio/vsc-material-theme/compare/v1.1.0...v1.1.2) (2017-11-14) + + +### Bug Fixes + +* Add dist folder icon ([a6600d2](https://github.com/equinusocio/vsc-material-theme/commit/a6600d2)) +* Add test folder icon ([0a73ce4](https://github.com/equinusocio/vsc-material-theme/commit/0a73ce4)) +* Improve markdown highlight ([dc9a6fa](https://github.com/equinusocio/vsc-material-theme/commit/dc9a6fa)), closes [#113](https://github.com/equinusocio/vsc-material-theme/issues/113) +* Improve src folder icon ([e06b881](https://github.com/equinusocio/vsc-material-theme/commit/e06b881)) +* New bower_components folder icon ([adcb304](https://github.com/equinusocio/vsc-material-theme/commit/adcb304)) +* Update .git folder icon ([2f37966](https://github.com/equinusocio/vsc-material-theme/commit/2f37966)) +* Update .github folder icon ([d371804](https://github.com/equinusocio/vsc-material-theme/commit/d371804)) +* Update package-lock.json and yarn.lock file icons ([7136700](https://github.com/equinusocio/vsc-material-theme/commit/7136700)), closes [#108](https://github.com/equinusocio/vsc-material-theme/issues/108) + + +### Features + +* Add Rollup js file icon ([5755813](https://github.com/equinusocio/vsc-material-theme/commit/5755813)) + + + # [1.1.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.0.5...v1.1.0) (2017-11-04) diff --git a/extensions/defaults.json b/extensions/defaults.json index 6b6fc1b..b898a7d 100644 --- a/extensions/defaults.json +++ b/extensions/defaults.json @@ -34,7 +34,7 @@ "_folder_dist_open" ], "changelog": { - "lastversion": "1.1.1" + "lastversion": "1.1.2" }, "icons": { "theme": { diff --git a/package.json b/package.json index daa77dc..1a63a61 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "1.1.1", + "version": "1.1.2", "publisher": "Equinusocio", "license": "Apache-2.0", "contributors": [ From 393d920b03d2cd4a1a3487f111cb45dbfcfd031a Mon Sep 17 00:00:00 2001 From: Equinusocio Date: Tue, 14 Nov 2017 17:20:13 +0100 Subject: [PATCH 02/14] chore: Update workspace settings --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3399980..e3fc186 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "editor.insertSpaces": true, "files.exclude": { "**/.git": true, + ".git-crypt": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, From 7fd37260dfa2a159e1d03f317ecd765e7b2b5b31 Mon Sep 17 00:00:00 2001 From: Equinusocio Date: Mon, 20 Nov 2017 11:32:20 +0100 Subject: [PATCH 03/14] Add 1 git-crypt collaborator New collaborators: CA188AFB Paolo Roth (titillamilano) --- .../1591167A122430088FED00F1F037BB2CCA188AFB.gpg | Bin 0 -> 469 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .git-crypt/keys/default/0/1591167A122430088FED00F1F037BB2CCA188AFB.gpg diff --git a/.git-crypt/keys/default/0/1591167A122430088FED00F1F037BB2CCA188AFB.gpg b/.git-crypt/keys/default/0/1591167A122430088FED00F1F037BB2CCA188AFB.gpg new file mode 100644 index 0000000000000000000000000000000000000000..d3a096c7b56dda86090a01b9afb3d07270d83440 GIT binary patch literal 469 zcmV;`0V@850Sp62%_{Xb)uQwP2mB1RVgZaLAg0Cxv>CKon2Ro6>@jO^{l7Y}rLvy3 zO7uaD46t`ra{nOX@t9OrcqbR;oa6quxf&hedi#H1Ac#>TC4Aqfs)sU;+HP{{u z&PQ3{A)yLpes3{r*ZYGiN*~g|0|D~>;R(I7GoRMAdb;ZfQ>@A`1g9`nV7@+Zx6szl zxS9yxYYDtqEmNLPZu5mEoU#KQRAmP<=W~kUP&`aZ7p5X$<-zFD*fiY$G_llgeaTEX zSY{vpv=&^gH$VIC5MzYzSa?$}ljL_{ShWcjwV(2HpfWabYuou8%H#ttJ`lu$qkRQc z(PB$H=A4AzNO|*cji?~CzGn%oS6p4&vP)FopzX|d>g$z*Arq(}SBejih2cck9f@zl LWDy_CdO)N+{Wj<# literal 0 HcmV?d00001 From 59df168d732ab40c7dcbccb4c52b4f2670af7db7 Mon Sep 17 00:00:00 2001 From: Aseem Sood Date: Wed, 22 Nov 2017 17:56:00 -0500 Subject: [PATCH 04/14] Updated CONTRIBUTING.md (optional) --- CONTRIBUTING.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 785c01a..c17b8e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,3 +41,41 @@ Soon(ish)® * Execute the build command. * Enjoy your new icons in Material Theme, and don't forget to pull request! + + +## Financial contributions + +We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/vsc-material-theme). +Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed. + + +## Credits + + +### Contributors + +Thank you to all the people who have already contributed to vsc-material-theme! + + + +### Backers + +Thank you to all our backers! [[Become a backer](https://opencollective.com/vsc-material-theme#backer)] + + + + +### Sponsors + +Thank you to all our sponsors! (please ask your company to also support this open source project by [becoming a sponsor](https://opencollective.com/vsc-material-theme#sponsor)) + + + + + + + + + + + \ No newline at end of file From 81d6365d1837d859eddecd56b2dccb499f6d9c4e Mon Sep 17 00:00:00 2001 From: Aseem Sood Date: Wed, 22 Nov 2017 17:56:00 -0500 Subject: [PATCH 05/14] Added .github/ISSUE_TEMPLATE.md (optional) --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..62bad1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,2 @@ + \ No newline at end of file From 2154318834d96ce4d3be440151d4613b9ab5a2cf Mon Sep 17 00:00:00 2001 From: Aseem Sood Date: Wed, 22 Nov 2017 17:56:14 -0500 Subject: [PATCH 06/14] Added backers and sponsors on the README --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55e4bce..2fbf2d3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-[![GitHub tag](https://img.shields.io/github/release/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/releases) [![GitHub tag](https://img.shields.io/github/issues/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/issues) +[![Backers on Open Collective](https://opencollective.com/vsc-material-theme/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/vsc-material-theme/sponsors/badge.svg)](#sponsors) [![GitHub tag](https://img.shields.io/github/release/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/releases) [![GitHub tag](https://img.shields.io/github/issues/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/issues) @@ -107,3 +107,33 @@ Type `Material Theme` and choose `Material Theme: Settings`, then select `Change

Copyright © 2017 Mattia Astorino and Paolo Roth

+ +## Contributors + +This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md). + + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/vsc-material-theme#backer)] + + + + +## Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/vsc-material-theme#sponsor)] + + + + + + + + + + + + + From ae30660ddafbd1b43ba8bcc022f4600436bf10ab Mon Sep 17 00:00:00 2001 From: Aseem Sood Date: Wed, 22 Nov 2017 17:56:14 -0500 Subject: [PATCH 07/14] Added call to donate after npm install (optional) --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a63a61..241fa25 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "build-icons-variants": "gulp build:icons.variants", "build-themes": "gulp build:themes", "release": "npm run bump && npm run changelog", - "postinstall": "node ./node_modules/vscode/bin/install", + "postinstall": "node ./node_modules/vscode/bin/install && opencollective postinstall", "changelog": "gulp changelog", "bump": "gulp bump" }, @@ -128,5 +128,13 @@ "id": "dffaf5a1-2219-434b-9d87-cb586fd59260", "publisherDisplayName": "Mattia Astorino", "publisherId": "e41388a1-a892-4c1e-940b-1e7c1bf43c97" + }, + "dependencies": { + "opencollective": "1.0.3" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/vsc-material-theme", + "logo": "https://opencollective.com/opencollective/logo.txt" } -} +} \ No newline at end of file From 9e411359c0b27b9ca82af9bbdf2fa10ba2c4cc45 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 24 Nov 2017 10:25:08 +0100 Subject: [PATCH 08/14] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fbf2d3..92e816e 100644 --- a/README.md +++ b/README.md @@ -108,20 +108,20 @@ Type `Material Theme` and choose `Material Theme: Settings`, then select `Change

-## Contributors +# Contributors This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md). -## Backers +# Backers Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/vsc-material-theme#backer)] -## Sponsors +# Sponsors Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/vsc-material-theme#sponsor)] From 7af13a1f85cb44e0767c1f467d1c8bb0fe6e2a6c Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 24 Nov 2017 10:25:55 +0100 Subject: [PATCH 09/14] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 92e816e..04c6e97 100644 --- a/README.md +++ b/README.md @@ -100,13 +100,6 @@ Type `Material Theme` and choose `Material Theme: Settings`, then select `Change # Other resources [↑](#getting-started) - **AppIcon:** [Download](https://github.com/equinusocio/vsc-material-theme/files/989048/vsc-material-theme-appicon.zip) the official Material Theme app icon for Visual Studio code -# Acknowledgements [↑](#getting-started) -- [@OctoD](https://github.com/OctoD) for the typescript theme builder. - - -

Copyright © 2017 Mattia Astorino and Paolo Roth

- -

# Contributors @@ -137,3 +130,11 @@ Support this project by becoming a sponsor. Your logo will show up here with a l + +# Acknowledgements [↑](#getting-started) +- [@OctoD](https://github.com/OctoD) for the typescript theme builder. + + +

Copyright © 2017 Mattia Astorino and Paolo Roth

+ +

From 7b7c8b731991c9662e2f348ee25b1e746f97a80d Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 24 Nov 2017 10:26:27 +0100 Subject: [PATCH 10/14] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 04c6e97..3c78476 100644 --- a/README.md +++ b/README.md @@ -129,11 +129,7 @@ Support this project by becoming a sponsor. Your logo will show up here with a l - - -# Acknowledgements [↑](#getting-started) -- [@OctoD](https://github.com/OctoD) for the typescript theme builder. - +---

Copyright © 2017 Mattia Astorino and Paolo Roth

From 5aac0f3cffb3ed7777458502c7c0e70128454479 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 24 Nov 2017 10:27:28 +0100 Subject: [PATCH 11/14] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 3c78476..73967fa 100644 --- a/README.md +++ b/README.md @@ -118,16 +118,7 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/vsc-material-theme#sponsor)] - - - - - - - - - --- From 9f633c295af9482dc823adfb048c375784288e04 Mon Sep 17 00:00:00 2001 From: Equinusocio Date: Fri, 24 Nov 2017 10:39:55 +0100 Subject: [PATCH 12/14] chore: Update readme --- README.md | 9 +++ package-lock.json | 165 ++++++++++++++++++++++++++++++---------------- package.json | 2 +- 3 files changed, 118 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index 73967fa..3c78476 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,16 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/vsc-material-theme#sponsor)] + + + + + + + + + --- diff --git a/package-lock.json b/package-lock.json index 5a8cdc6..f91fab4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vsc-material-theme", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -255,14 +255,12 @@ "ansi-regex": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" }, "ansi-styles": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" }, "ansi-wrap": { "version": "0.1.0", @@ -860,6 +858,16 @@ "babel-types": "6.25.0" } }, + "babel-polyfill": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.23.0.tgz", + "integrity": "sha1-g2TKYt+Or7gwSZ9pkXdGbDsDSZ0=", + "requires": { + "babel-runtime": "6.23.0", + "core-js": "2.4.1", + "regenerator-runtime": "0.10.5" + } + }, "babel-preset-es2015": { "version": "6.24.1", "resolved": "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz", @@ -920,7 +928,6 @@ "version": "6.23.0", "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.23.0.tgz", "integrity": "sha1-CpSJ8UTecO+zzkMArM2zKeL8VDs=", - "dev": true, "requires": { "core-js": "2.4.1", "regenerator-runtime": "0.10.5" @@ -1129,7 +1136,6 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, "requires": { "ansi-styles": "2.2.1", "escape-string-regexp": "1.0.5", @@ -1174,7 +1180,6 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", - "dev": true, "requires": { "restore-cursor": "2.0.0" } @@ -1182,8 +1187,7 @@ "cli-width": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.1.0.tgz", - "integrity": "sha1-sjTKIJsp72b8UY2bmNWEewDt8Ao=", - "dev": true + "integrity": "sha1-sjTKIJsp72b8UY2bmNWEewDt8Ao=" }, "cliui": { "version": "2.1.0", @@ -1584,8 +1588,7 @@ "core-js": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz", - "integrity": "sha1-TekR5mew6ukSTjQlS1OupvxhjT4=", - "dev": true + "integrity": "sha1-TekR5mew6ukSTjQlS1OupvxhjT4=" }, "core-util-is": { "version": "1.0.2", @@ -1876,6 +1879,14 @@ "jsbn": "0.1.1" } }, + "encoding": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", + "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", + "requires": { + "iconv-lite": "0.4.18" + } + }, "end-of-stream": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz", @@ -1908,8 +1919,7 @@ "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { "version": "4.1.1", @@ -2110,7 +2120,6 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.0.4.tgz", "integrity": "sha1-HtkZnanL/i7y96MbL96LDRI2iXI=", - "dev": true, "requires": { "iconv-lite": "0.4.18", "jschardet": "1.5.0", @@ -2173,7 +2182,6 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", - "dev": true, "requires": { "escape-string-regexp": "1.0.5" } @@ -4523,7 +4531,6 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dev": true, "requires": { "ansi-regex": "2.1.1" } @@ -4606,8 +4613,7 @@ "iconv-lite": { "version": "0.4.18", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.18.tgz", - "integrity": "sha512-sr1ZQph3UwHTR0XftSbK85OvBbxe/abLGzEnPENCQwmHf7sck8Oyu4ob3LgBxWWxRoM+QszeUyl7jbqapu2TqA==", - "dev": true + "integrity": "sha512-sr1ZQph3UwHTR0XftSbK85OvBbxe/abLGzEnPENCQwmHf7sck8Oyu4ob3LgBxWWxRoM+QszeUyl7jbqapu2TqA==" }, "ignore": { "version": "3.3.3", @@ -4826,8 +4832,7 @@ "is-fullwidth-code-point": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" }, "is-glob": { "version": "2.0.1", @@ -4921,8 +4926,7 @@ "is-promise": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", - "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=", - "dev": true + "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=" }, "is-property": { "version": "1.0.2", @@ -4951,8 +4955,7 @@ "is-stream": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "dev": true + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" }, "is-subset": { "version": "0.1.1", @@ -5055,8 +5058,7 @@ "jschardet": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/jschardet/-/jschardet-1.5.0.tgz", - "integrity": "sha512-+Q8JsoEQbrdE+a/gg1F9XO92gcKXgpE5UACqr0sIubjDmBEkd+OOWPGzQeMrWSLxd73r4dHxBeRW7edHu5LmJQ==", - "dev": true + "integrity": "sha512-+Q8JsoEQbrdE+a/gg1F9XO92gcKXgpE5UACqr0sIubjDmBEkd+OOWPGzQeMrWSLxd73r4dHxBeRW7edHu5LmJQ==" }, "jsesc": { "version": "1.3.0", @@ -5253,8 +5255,7 @@ "lodash": { "version": "4.17.4", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", - "dev": true + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" }, "lodash._baseassign": { "version": "3.2.0", @@ -5558,8 +5559,7 @@ "mimic-fn": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.1.0.tgz", - "integrity": "sha1-5md4PZLonb00KBi1IwudYqZyrRg=", - "dev": true + "integrity": "sha1-5md4PZLonb00KBi1IwudYqZyrRg=" }, "minimatch": { "version": "3.0.4", @@ -5687,8 +5687,7 @@ "mute-stream": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", - "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", - "dev": true + "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=" }, "nan": { "version": "2.7.0", @@ -5709,6 +5708,15 @@ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", "dev": true }, + "node-fetch": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.6.3.tgz", + "integrity": "sha1-3CNO3WSJmC1Y6PDbT2lQKavNjAQ=", + "requires": { + "encoding": "0.1.12", + "is-stream": "1.1.0" + } + }, "node.extend": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz", @@ -5763,8 +5771,7 @@ "object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" }, "object.defaults": { "version": "1.1.0", @@ -5827,11 +5834,64 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", - "dev": true, "requires": { "mimic-fn": "1.1.0" } }, + "opencollective": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/opencollective/-/opencollective-1.0.3.tgz", + "integrity": "sha1-ruY3K8KBRFg2kMPKja7PwSDdDvE=", + "requires": { + "babel-polyfill": "6.23.0", + "chalk": "1.1.3", + "inquirer": "3.0.6", + "minimist": "1.2.0", + "node-fetch": "1.6.3", + "opn": "4.0.2" + }, + "dependencies": { + "ansi-escapes": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", + "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=" + }, + "inquirer": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.0.6.tgz", + "integrity": "sha1-4EqqnQW3o8ubD0B9BDdfBEcZA0c=", + "requires": { + "ansi-escapes": "1.4.0", + "chalk": "1.1.3", + "cli-cursor": "2.1.0", + "cli-width": "2.1.0", + "external-editor": "2.0.4", + "figures": "2.0.0", + "lodash": "4.17.4", + "mute-stream": "0.0.7", + "run-async": "2.3.0", + "rx": "4.1.0", + "string-width": "2.1.1", + "strip-ansi": "3.0.1", + "through": "2.3.8" + } + }, + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + } + } + }, + "opn": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/opn/-/opn-4.0.2.tgz", + "integrity": "sha1-erwi5kTf9jsKltWrfyeQwPAavJU=", + "requires": { + "object-assign": "4.1.1", + "pinkie-promise": "2.0.1" + } + }, "optimist": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", @@ -5901,8 +5961,7 @@ "os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "dev": true + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, "p-finally": { "version": "1.0.0", @@ -6064,14 +6123,12 @@ "pinkie": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "dev": true + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" }, "pinkie-promise": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "dev": true, "requires": { "pinkie": "2.0.4" } @@ -6327,8 +6384,7 @@ "regenerator-runtime": { "version": "0.10.5", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", - "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=", - "dev": true + "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=" }, "regenerator-transform": { "version": "0.9.11", @@ -6664,7 +6720,6 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", - "dev": true, "requires": { "onetime": "2.0.1", "signal-exit": "3.0.2" @@ -6693,7 +6748,6 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz", "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=", - "dev": true, "requires": { "is-promise": "2.1.0" } @@ -6708,6 +6762,11 @@ "gulp-util": "3.0.8" } }, + "rx": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz", + "integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=" + }, "rx-lite": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", @@ -6780,8 +6839,7 @@ "signal-exit": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", - "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", - "dev": true + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" }, "slash": { "version": "1.0.0", @@ -6940,7 +6998,6 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, "requires": { "is-fullwidth-code-point": "2.0.0", "strip-ansi": "4.0.0" @@ -6949,14 +7006,12 @@ "ansi-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" }, "strip-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, "requires": { "ansi-regex": "3.0.0" } @@ -6982,7 +7037,6 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, "requires": { "ansi-regex": "2.1.1" } @@ -7059,8 +7113,7 @@ "supports-color": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" }, "svgo": { "version": "0.7.1", @@ -7157,8 +7210,7 @@ "through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", - "dev": true + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" }, "through2": { "version": "2.0.3", @@ -7199,7 +7251,6 @@ "version": "0.0.31", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.31.tgz", "integrity": "sha1-jzirlDjhcxXl29izZX6L+yd65Kc=", - "dev": true, "requires": { "os-tmpdir": "1.0.2" } diff --git a/package.json b/package.json index 241fa25..fe2ed00 100644 --- a/package.json +++ b/package.json @@ -137,4 +137,4 @@ "url": "https://opencollective.com/vsc-material-theme", "logo": "https://opencollective.com/opencollective/logo.txt" } -} \ No newline at end of file +} From 01b471aec0e568a8e90ff894d596a3011afeef10 Mon Sep 17 00:00:00 2001 From: Equinusocio Date: Fri, 24 Nov 2017 10:41:17 +0100 Subject: [PATCH 13/14] chore: Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c78476..34ac9cd 100644 --- a/README.md +++ b/README.md @@ -101,20 +101,20 @@ Type `Material Theme` and choose `Material Theme: Settings`, then select `Change - **AppIcon:** [Download](https://github.com/equinusocio/vsc-material-theme/files/989048/vsc-material-theme-appicon.zip) the official Material Theme app icon for Visual Studio code -# Contributors +## Contributors This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md). -# Backers +## Backers Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/vsc-material-theme#backer)] -# Sponsors +## Sponsors Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/vsc-material-theme#sponsor)] From cb2725336e6efb0a630c6bd12cd2cda52e9f22ec Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 27 Dec 2017 11:43:22 +0200 Subject: [PATCH 14/14] Fixed .gitattributes Fix for GitHub Linguist to avoid treating this project as C++ repo --- .gitattributes | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index d2aa8d7..17e9fcf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,9 @@ -src/**/*.* filter=git-crypt diff=git-crypt -.gulp/**/*.* filter=git-crypt diff=git-crypt -extensions/**/*.ts filter=git-crypt diff=git-crypt \ No newline at end of file +# Default for those who don't have core.autocrlf set +* text=auto + +src/**/*.* filter=git-crypt diff=git-crypt +.gulp/**/*.* filter=git-crypt diff=git-crypt +extensions/**/*.ts filter=git-crypt diff=git-crypt + +# Fix for GitHub Linguist to avoid treating this project as C++ repo +test/* linguist-vendored