diff --git a/.tidelift.yml b/.tidelift.yml new file mode 100644 index 000000000..3540e8ba7 --- /dev/null +++ b/.tidelift.yml @@ -0,0 +1,15 @@ +ci: + platform: + NPM: + # We use an older version that doesn't use ES6+ features to support back to node 0.10 + eslint: + tests: + outdated: skip + # We use an older version that doesn't use ES6+ features to support back to node 0.10 + expect: + tests: + outdated: skip + # We use an older version that doesn't use ES6+ features to support back to node 0.10 + mocha: + tests: + outdated: skip