From 653acfa0b4e20ccf96b3eade47ef4b57fb9e0018 Mon Sep 17 00:00:00 2001 From: Ives van Hoorne Date: Fri, 23 Aug 2019 15:05:54 +0200 Subject: [PATCH 1/3] I fix Fixes #5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af46c2256..207ab155f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ _Simple, scalable state management_ [![OpenCollective](https://opencollective.com/mobx/sponsors/badge.svg)](#sponsors) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) -MobX is proudly sponsored by Mendix, Coinbase, Facebook Open Source, Canva, Algolia, Guilded, Auction Frontier, Mantro and TalentPlot for 100\$/month or more! And beyond that by many [individual backers](#backers) and through [one time contributions](https://github.com/mobxjs/mobx/blob/master/sponsors.md). +MobX is proudly sponsored by Ives, Mendix, Coinbase, Facebook Open Source, Canva, Algolia, Guilded, Auction Frontier, Mantro and TalentPlot for 100\$/month or more! And beyond that by many [individual backers](#backers) and through [one time contributions](https://github.com/mobxjs/mobx/blob/master/sponsors.md). **🥇Gold sponsors (\$250+ pm):**
Mendix From 8d0ee68f3599404149bbc60cbc0749559b787c41 Mon Sep 17 00:00:00 2001 From: Ives van Hoorne Date: Fri, 23 Aug 2019 15:08:36 +0200 Subject: [PATCH 2/3] Create codesandbox.config.json --- codesandbox.config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 codesandbox.config.json diff --git a/codesandbox.config.json b/codesandbox.config.json new file mode 100644 index 000000000..7e85fbd8f --- /dev/null +++ b/codesandbox.config.json @@ -0,0 +1,3 @@ +{ + "buildCommand": "small-build" +} From 5aa54db3146a822a26f6267bb8ae444a3213a845 Mon Sep 17 00:00:00 2001 From: Ives van Hoorne Date: Mon, 26 Aug 2019 14:59:10 +0200 Subject: [PATCH 3/3] Update codesandbox.config.json --- codesandbox.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codesandbox.config.json b/codesandbox.config.json index 7e85fbd8f..958e6cbee 100644 --- a/codesandbox.config.json +++ b/codesandbox.config.json @@ -1,3 +1,4 @@ { - "buildCommand": "small-build" + "buildCommand": "small-build", + "sandboxes": ["github/CompuIves/new-sandbox"] }