meteor-comments-ui icon indicating copy to clipboard operation
meteor-comments-ui copied to clipboard

Upgrade to collection2-core?

Open hashcutdev opened this issue 8 years ago • 2 comments

I noticed that your package depends on aldeed:collection2 and aldeed:simple-schema.

According to the collection2 github readme (https://github.com/aldeed/meteor-collection2), collection2 and simpleSchema are no longer supported. Instead, we're supposed to depend on collection2-core, and then install simpleSchema using npm instead of the meteor package.

There are some syntax changes with the new version of simpleSchema, but is it possible to upgrade to the new packages?

hashcutdev avatar Jul 06 '17 01:07 hashcutdev

Yeah sure, feel free to add a PR as this should be straight-forward.

matteodem avatar Jul 06 '17 20:07 matteodem

Ok. Sounds good. I haven't worked on meteor plugins before, but I'll try it and send you a pull request.

hashcutdev avatar Jul 08 '17 02:07 hashcutdev