From 9283a0c18c7f4323c1b25ea4d58b8eed2eef1552 Mon Sep 17 00:00:00 2001 From: Quildreen Motta Date: Wed, 9 Aug 2017 20:41:10 -0300 Subject: [PATCH] Bumps to 2.0.1 This patch veresion removes the docs from the package as a temporary workaround for #152 --- packages/base/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/base/package.json b/packages/base/package.json index 7595b8f..deaf49a 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "folktale", - "version": "2.0.0", + "version": "2.0.1", "description": "A suite of libraries for generic functional programming in JavaScript that allows you to write elegant modular applications with fewer bugs and more reuse.", "main": "./index.js", "repository": {