yuku / textcomplete

Autocomplete for HTMLTextAreaElement and more.
https://yuku.takahashi.coffee/textcomplete/
MIT License
1.74k stars 305 forks source link

No default jsDelivr CDN file set #352

Closed fengge2020 closed 2 years ago

fengge2020 commented 2 years ago

This package doesn't have a default file set. You can set it via jsdelivr, browser, or main field in package.json

yuku commented 2 years ago

jquery-textcomplete's package.json has main field:

https://github.com/yuku/textcomplete/blob/16c6684fb5d577f13193e4ec0625c8e71b706b12/packages/jquery-textcomplete/package.json#L4

Please let me know if i'm misunderstanding the issue.

njt1982 commented 1 year ago

The link is to https://www.jsdelivr.com/package/npm/jquery-textcomplete which is still reporting 1.85 as the release...

Should we still be using that jquery one or should we be using https://www.jsdelivr.com/package/npm/@textcomplete/core ?