AtomLinter / atom-minimap-linter

Atom package to display linter markers on minimap
MIT License
26 stars 6 forks source link

event-kit@1.5.0 untested ⚠️ #6

Closed greenkeeperio-bot closed 8 years ago

greenkeeperio-bot commented 8 years ago

Hello :wave:

:warning::warning::warning:

event-kit just published its new version 1.5.0, which is covered by your current version range. No automated tests are configured for this project.

This means it’s now unclear whether your software still works. Manually check if that’s still the case and close this pull request – if it broke, use this branch to work on adaptions and fixes.

Do you think getting a pull request for every single new version of your dependencies is too noisy? Configure continuous integration and you will only receive them when tests fail. 

Happy fixing and merging :palm_tree:


The new version differs by 57 commits .

There are 57 commits in total. See the full diff.


This pull request was created by greenkeeper.io. It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap:

steelbrain commented 8 years ago

@nesukun I wonder why you're depending on event-kit, Atom already exposes all of them via

import { CompositeDisposable, Emitter, Disposable } from 'atom';
nesheroj commented 8 years ago

Oh, thanks for that @steelbrain. I probably got that from the atom package template I used back then :/