File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ See https://github.com/npm/npm/issues/3581 for related npm issue.
1515To add a new dependency do the following:
1616
17171 . add a new dependency via ` npm install -D <packagename> `
18- 2 . run ` ./tools/npm/clean-shrinkwrap.js `
19- 3 . these steps should change 3 files: ` package.json ` , ` npm-shrinkwrap.json ` and ` npm-shrinkwrap.clean.json `
20- 4 . commit changes to these three files and you are done
18+ 2 . update npm-shrinkwrap.json with ` npm shrinkwrap --dev `
19+ 3 . run ` ./tools/npm/clean-shrinkwrap.js `
20+ 4 . these steps should change 3 files: ` package.json ` , ` npm-shrinkwrap.json ` and ` npm-shrinkwrap.clean.json `
21+ 5 . commit changes to these three files and you are done
2122
2223
2324To update existing dependency do the following:
You can’t perform that action at this time.
0 commit comments