Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uppublish co-browser.js to npm #225
Conversation
|
no, you should just be adding it to the |
|
Done |
|
@jonathanong Can we land this? |
|
+1 |
|
Wait for a moment, @gaye if using browserify, why do you need this file? |
|
It's good to have around for non-browserify, browser consumers |
|
Sound good. |
|
@jonathanong Publish a new patch version to npm? Or add me to the npm owner list too? |
webuniverseio
commented
Oct 5, 2015
|
I don't see co-browser in npm for 4.6.0. Does that mean that files array doesn't work? |
nathanboktae
commented
Dec 16, 2015
|
This fix came in after 4.6.0 @szarouski . Can we get a 4.6.1 / 4.7.0 with this available please? :) |


Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

lambdabaa commentedMay 25, 2015
When a repository lacks an
.npmignorefile, npm will fall back on.gitignore. Currently co's.gitignorespecifiesco-browser.jswhich is keeping it from being published to the npm even though it's generated in the prepublish npm step.@jonathanong Looks good?