Skip to content

Commit

Permalink
Add Parcel to the engines ignore list (#7473)
Browse files Browse the repository at this point in the history
* add parcel to ignore

* add trailing comma
  • Loading branch information
DeMoorJasper authored and arcanis committed Aug 16, 2019
1 parent ee29a5f commit 8deceab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/package-compatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 8deceab

Please sign in to comment.