Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantcornholio authored Feb 26, 2018
1 parent c249006 commit f0d3b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Veendor:
### How it works
It calculates SHA-1 of `dependencies` and `devDependencies` in your `package.json`,
then searches for that hash in `backends` (cache providers).
If you commit your `package-lock.json` or `npm-shrinkwrap.json`, it contents will be hashed too.
If found, veendor downloads archive and unpacks your `node_modules`. Voila!
If not, veendor looks at previous revisions of your `package.json` and
tries to find older bundles, then installs only deps that have changed.
Expand Down

0 comments on commit f0d3b7e

Please sign in to comment.