lukemt/meteor-SessionVar

Two packages on Atmosphere?

dandv opened this issue · 5 comments

https://atmospherejs.com/core/session-var
https://atmospherejs.com/session/var

Would be nice to have only one. Package.describe can have a name: 'lukemt:session-var' value (example), then the other packages can be hidden from Atmosphere with

meteor admin set-unmigrated <package-name>

while still being installable by apps and dependent packages.

hi @dandv
i absolutely agree.
Thanks for the set-unmigrated hint.

i am very busy right now, so i postpone this for now. But I will get to it as soon as i can.

Thanks. Can you please hide the other two packages from Atmosphere?

https://atmospherejs.com/core/session-var
https://atmospherejs.com/session/var

meteor admin set-unmigrated core:session-var
meteor admin set-unmigrated session:var

...might work.

I did already try that. It printed something like "successfully marked as
unmigrated".
Am 14.11.2014 23:22 schrieb "Dan Dascalescu" notifications@github.com:

Thanks. Can you please hide the other two packages from Atmosphere?

https://atmospherejs.com/core/session-var
https://atmospherejs.com/session/var

meteor admin set-unmigrated core:session-var
meteor admin set-unmigrated session:var

...might work.


Reply to this email directly or view it on GitHub
#1 (comment)
.