sergiodlopes / jquery-flexdatalist

Flexible input autocomplete/datalist plugin for jQuery
http://projects.sergiodinislopes.pt/flexdatalist/
MIT License
365 stars 84 forks source link

NPM package #48

Open icetee opened 7 years ago

icetee commented 7 years ago

Please add this repository to NPM.

I use meteor.js and the importance of versioning.

sergiodlopes commented 7 years ago

Hi,

Sure, I'll add package.json and maintain it in the future.

Cheers! Sérgio

icetee commented 7 years ago

Please publish!

rugaard commented 7 years ago

Bump! :)

sergiodlopes commented 7 years ago

Hi,

I don't have or use NodeJS at the moment. Can you guys publish it for me? Is the publication by the author a requirement?

Thanks! Sérgio

icetee commented 7 years ago

Check this: https://docs.npmjs.com/getting-started/publishing-npm-packages

Not complicitad, but requiremt installed node.js/npm.

Only publish owner (I think).

enstyled commented 6 years ago

I would like to bump this as well. NPM is the de facto dependency manager for front-end libraries for the time being. Right now there is a fork of the plugin available, that is on v2.1.4.

mac-hel commented 3 years ago

Hi Im using webpack and it cannot find your package (installed via npm) when building bundle. I solved it by adding 'main' entry to your package.json file like this: "main": "jquery.flexdatalist.js" Cheers

eXCom commented 2 years ago

Bump! Need NPM Package please