Skip to content

Add explicit public domain language and files#3

Open
virtix wants to merge 1 commit into
cfpb:masterfrom
virtix:master
Open

Add explicit public domain language and files#3
virtix wants to merge 1 commit into
cfpb:masterfrom
virtix:master

Conversation

@virtix

@virtix virtix commented Jan 21, 2014

Copy link
Copy Markdown

@dlapiduz

Copy link
Copy Markdown
Contributor

It looks good! 👍

@virtix

virtix commented Feb 1, 2014

Copy link
Copy Markdown
Author

/cc @cjfont who should review

@cjfont

cjfont commented Feb 2, 2014

Copy link
Copy Markdown
Contributor

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