ember-cli / ember-compatibility-helpers

Helpers that allow you to write backwards compat Ember addons
MIT License
24 stars 20 forks source link

Fix parallel #22

Closed stefanpenner closed 5 years ago

stefanpenner commented 5 years ago

cc @pzuraq

Also, can you add @rwjblue as a npm maintainer?

rwjblue commented 5 years ago

@stefanpenner:

/home/travis/build/pzuraq/ember-compatibility-helpers/comparision-plugin.js
   3:16  error  'require' is not defined    no-undef
  48:34  error  '__dirname' is not defined  no-undef
  50:1   error  'module' is not defined     no-undef
✖ 3 problems (3 errors, 0 warnings)

You should be able to repro via yarn lint:js.

To fix, you can add comparison-plugin.js to this array in the eslint config.

pzuraq commented 5 years ago

Also added @rwjblue on NPM, let me know if anyone else needs access!

rwjblue commented 5 years ago

Released as v1.0.1.