atom / update-package-dependencies

Calls 'apm update' from the project's path.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package is now a part of the core Atom repository. Please direct all issues and pull requests there in the future!


Update Package Dependencies package

OS X Build Status Windows Build Status Dependency Status

Runs apm install from the current project's directory. This will install all dependencies referenced in the package.json file to the node_modules folder.

This should only be used in projects that are Atom packages.

About

Calls 'apm update' from the project's path.

License:MIT License


Languages

Language:JavaScript 99.1%Language:CSS 0.9%