sergeyt / meteor-typeahead

Autocomplete package for meteor powered by twitter typeahead.js
https://atmospherejs.com/sergeyt/typeahead
MIT License
146 stars 82 forks source link

compat with Meteor 3 #164

Closed dokithonon closed 2 months ago

sergeyt commented 2 months ago

it is funny, I don't remember how to publish the package 😄

dokithonon commented 2 months ago

Thanks for accepting the PR. I have never published a package to packosphere or atmosphere. Maybe this can help : https://guide.meteor.com/writing-atmosphere-packages#publishing-atmosphere meteor publish should do the work. thanks again

sergeyt commented 2 months ago

Yep. I'll try to publish new version soon maybe today. AFAIR it should one command line.

dokithonon commented 1 month ago

hello, have you been able to publish it ? Thanks a lot

sergeyt commented 1 month ago

got this one:

=> Errors while publishing:sergeyt:typeahead

While publishing the package:
error: You must specify a version constraint for package jquery
error: You must specify a version constraint for package blaze
error: You must specify a version constraint for package twbs:bootstrap

fixing

sergeyt commented 1 month ago

@dokithonon just published new version. could you please review this PR. I was not using meteor for a long time 😄