From ae125eb49144abfe1b1acd2b6443840463e1cc2f Mon Sep 17 00:00:00 2001 From: Steve Kellock Date: Sun, 6 Aug 2017 01:24:41 -0400 Subject: [PATCH] Removes mobx-state-tree. --- docs/stack.md | 4 ---- package-lock.json | 5 ----- package.json | 1 - 3 files changed, 10 deletions(-) diff --git a/docs/stack.md b/docs/stack.md index 0064105..df0120a 100644 --- a/docs/stack.md +++ b/docs/stack.md @@ -79,10 +79,6 @@ Start your app only when your gut says, "You'll fuck this up long before your st It brings the same things to the table as `redux`, but with considerably less typing. -> **mobx-state-tree** - -A nice little addition from the `mobx` team. It brings `redux`-like state trees, immutability, and type guarantees. Love it. - ## Keyboard Support diff --git a/package-lock.json b/package-lock.json index a3c03f3..de7d127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6542,11 +6542,6 @@ "hoist-non-react-statics": "1.2.0" } }, - "mobx-state-tree": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/mobx-state-tree/-/mobx-state-tree-0.9.5.tgz", - "integrity": "sha1-MbJv2nieaFbViCNvrCD7qob7DcQ=" - }, "mousetrap": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/mousetrap/-/mousetrap-1.6.1.tgz", diff --git a/package.json b/package.json index 71228e2..b971cac 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "glamor": "2.20.39", "mobx": "3.2.2", "mobx-react": "4.2.2", - "mobx-state-tree": "0.9.5", "mousetrap": "1.6.1", "ramda": "0.24.1", "react": "15.6.1",