From e5e9e69a543f5754c6e4c68565b1ea912f102def Mon Sep 17 00:00:00 2001 From: Lee Byron Date: Thu, 30 Jul 2015 19:10:45 -0700 Subject: [PATCH] remove flow comments, it is too buggy --- package.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package.json b/package.json index 3225fa22ac..1ba7ab2000 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,6 @@ "optional": [ "runtime", "es7.asyncFunctions" - ], - "plugins": [ - "flow-comments" - ], - "blacklist": [ - "flow" ] }, "scripts": { @@ -50,7 +44,6 @@ "babel": "5.8.3", "babel-core": "5.8.3", "babel-eslint": "4.0.5", - "babel-plugin-flow-comments": "1.0.9", "bluebird": "2.9.34", "chai": "3.0.0", "chai-subset": "1.0.1",