File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ To add a new dependency do the following:
2424To update existing dependency do the following:
2525
26261 . update ` package.json `
27- 2 . run ` npm install <packagename> `
27+ 2 . run ` npm update <packagename> `
28283 . relock the dependencies with ` npm shrinkwrap --dev `
29294 . clean up the shrinkwrap file for review with ` ./tools/npm/clean-shrinkwrap.js `
30305 . these steps should change 3 files: ` package.json ` , ` npm-shrinkwrap.json ` and ` npm-shrinkwrap.clean.json `
@@ -35,7 +35,8 @@ If updating the `tsd` project a special steps need to be taken due to
3535https://github.com/Bartvds/minitable/issues/2 :
3636
3737Update ` tsd ` by following the steps above but before you run ` npm shrinkwrap --dev ` , you'll have to
38- manually patch ` node_modules/tsd/node_modules/minitable/package.json ` and remove the ` minichain ` from
38+ manually patch ` node_modules/ts2dart/node_modules/tsd/node_modules/minitable/package.json ` and
39+ ` node_modules/tsd/node_modules/minitable/package.json ` and remove the ` minichain ` from
3940the ` peerDependencies ` section.
4041
4142before:
You can’t perform that action at this time.
0 commit comments