Skip to content

Conversation

@virtix
Copy link

@virtix virtix commented Jan 21, 2014

@dlapiduz
Copy link
Contributor

It looks good! 👍

@virtix
Copy link
Author

virtix commented Feb 1, 2014

/cc @cjfont who should review

@cjfont
Copy link
Contributor

cjfont commented Feb 2, 2014

The correct way to publish node.js project with dependencies (and the way I should have done it in the first place) is to not include the modules as part of the project, but rather update the package.json file with the dependencies and their versions. This way only our own code is hosted and during installation the user simply runs "npm update" to download dependencies from the npm repository. I think date.js and cron.js are not in npm and will need to be handled separately -- I will look at those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants