Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

ianstormtaylor/component-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

component-update

A component command plugin to update out of date dependencies

Installation

$ npm install -g component-update

Example

$ component update

        updated : component/jquery       1.8.8  ->  1.9.1
        updated : component/tip          0.2.0  ->  0.2.1
        updated : ianstormtaylor/reset   0.1.0  ->  0.1.1

Optionally pin dependencies too:

$ component update --pin

        updated : component/each             *  ->  0.1.0
        updated : component/model            *  ->  0.1.1
        updated : component/jquery       1.8.8  ->  1.9.1
        updated : component/tip          0.2.0  ->  0.2.1
        updated : ianstormtaylor/reset   0.1.0  ->  0.1.1

License

MIT

About

A component command plugin to update out of date dependencies.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors