Skip to content

hi-larry/TestDep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TestDep

Testing dependencies

Comparing behaviours

Manually updating package.json (in branch manually)

  1. cd LCS
  2. Update ioredis from ^2.5.0 to ^3.2.2
  3. In a terminal, run npm install --package-lock-only

Updating package.json using the command (in branch command-only)

  1. cd LCS
  2. In a terminal, run npm install ioredis@3.2.2 --package-lock-only

Compare both package-lock.json files.

About

Testing dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published