How to use the ember-cli-version-checker.isAbove function in ember-cli-version-checker

To help you get started, we’ve selected a few ember-cli-version-checker examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github quaertym / ember-cli-compass-compiler / index.js View on Github external
shouldSetupRegistryInIncluded: function() {
    return !checker.isAbove(this, '0.2.0');
  },
github gpoitch / ember-cli-less / index.js View on Github external
shouldSetupRegistryInIncluded: function() {
    return !checker.isAbove(this, '0.2.0');
  },

ember-cli-version-checker

Determine if your addon is being used by a minimum version of Ember CLI.

MIT
Latest version published 3 years ago

Package Health Score

71 / 100
Full package analysis

Popular ember-cli-version-checker functions

Similar packages