bassjobsen / typeahead.js-bootstrap-css

LESS / CSS code for using typeahead.js with Bootstrap 3
MIT License
192 stars 127 forks source link

Not published to NPM registry? #19

Closed holtkamp closed 8 years ago

holtkamp commented 8 years ago

When trying to install using NPM it seems to fail:

npm install typeahead.js-bootstrap-css --save-dev
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/typeahead.js-bootstrap-css
npm ERR! 404 
npm ERR! 404 'typeahead.js-bootstrap-css' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)

You seem to have plenty of other packages registered: https://www.npmjs.com/~bassjobsen. Did you not publish on purpose?

bassjobsen commented 8 years ago

published!

holtkamp commented 8 years ago

Great, just tested it and can confirm it works:

npm install typeahead.js-bootstrap-css --save-dev                 
project@x.y.z /Users/username/workspace/project
└── typeahead.js-bootstrap-css@1.2.0  (git+https://github.com/bassjobsen/typeahead.js-bootstrap-css.git#e27e1be268995917b78df6a4864cde71288ef194)

Thanks for the swift response :+1: