Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Development #1

wants to merge 3 commits into from

Conversation

Planeshifter
Copy link
Contributor

  • updated as outlined in todo
  • changed code to use validate.io modules. Quick question: there is no black magic to automatically insert all packages which are required into the package.json file, is there? So we have to manually type npm install --save for each module, right?)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d39b065 on development into 7a9f748 on master.

@kgryte
Copy link
Contributor

kgryte commented Mar 20, 2015

For the devDependencies, it is enough to directly edit the package.json. For other deps, say, validate.io modules, then yes, you have to install via the cmd-line. But you can install multiple at once; e.g.,

$ npm install validate.io-number-primitive validate.io-integer validate.io-function validate.io-object compute-mmean request --save

And all listed modules will be installed and the package.json updated.

@Planeshifter
Copy link
Contributor Author

Okay, that's what I thought. Although I didn't know that you could install multiple packages at once, thanks for the hint!

@Planeshifter
Copy link
Contributor Author

Resolves compute-io/todo#62

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling a735e4f on development into 7a9f748 on master.

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.

None yet

3 participants