scottjehl / Respond

A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more)
MIT License
11.33k stars 3.36k forks source link

Publish to NPM #334

Open crgwbr opened 9 years ago

crgwbr commented 9 years ago

This repo already has a package.json file, but it doesn't seem to be published to the NPM registry. Doing so would make it much easier to include in other projects. Would it be possible to publish?

omarmeky commented 9 years ago

+1

donatasbacius commented 9 years ago

+1

saviomd commented 9 years ago

It's published but not by Scott: https://www.npmjs.com/package/respond.js But I think that the package should be maintained by him (maybe he could ask to be co-owner of it).

dianavila commented 8 years ago

Was this package previously published as respond (without .js)?

alundiak commented 6 years ago

Any updates on publishing to npm registry? Do we have maintainer?

niftylettuce commented 6 years ago

You can install via GitHub directly in meanwhile, npm install https://github.com/scottjehl/Respond

ksom commented 6 years ago

BTW you can use it via github on specific version npm install https://github.com/scottjehl/Respond\#1.4.2 --save