From 8deceab891bb2c7f082e81084643bec6bca77bfa Mon Sep 17 00:00:00 2001 From: Jasper De Moor Date: Fri, 16 Aug 2019 15:57:26 +0200 Subject: [PATCH] Add Parcel to the engines ignore list (#7473) * add parcel to ignore * add trailing comma --- src/package-compatibility.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/package-compatibility.js b/src/package-compatibility.js index 145f931094..d380b44a70 100644 --- a/src/package-compatibility.js +++ b/src/package-compatibility.js @@ -52,6 +52,7 @@ const ignore = [ 'teleport', // a module bundler used by some modules 'rhino', // once a target for older modules 'cordovaDependencies', // http://bit.ly/2tkUePg + 'parcel', // used for plugins of the Parcel bundler ]; type Versions = {