Meteor-Community-Packages / meteor-roles

Authorization package for Meteor, compatible with built-in accounts packages
http://meteor-community-packages.github.io/meteor-roles/
MIT License
920 stars 164 forks source link

Maybe tell people where to import it from...? #340

Closed lmf-git closed 2 years ago

lmf-git commented 2 years ago

import { Roles } from 'meteor/alaning_roles'; import { Roles } from 'meteor/alaning:roles'; import { Roles } from 'meteor/alaning-roles';

None of these work.

Rather than wasting 10 minutes having me guess all possible combinations, why don't you add it to your docs?

lmf-git commented 2 years ago

Documentation is nearly as bad as Meteor's. Please improve, you're scaring newcomers away.