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:
24
24
To update existing dependency do the following:
25
25
26
26
1 . update ` package.json `
27
- 2 . run ` npm install <packagename> `
27
+ 2 . run ` npm update <packagename> `
28
28
3 . relock the dependencies with ` npm shrinkwrap --dev `
29
29
4 . clean up the shrinkwrap file for review with ` ./tools/npm/clean-shrinkwrap.js `
30
30
5 . 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
35
35
https://github.com/Bartvds/minitable/issues/2 :
36
36
37
37
Update ` 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
39
40
the ` peerDependencies ` section.
40
41
41
42
before:
You can’t perform that action at this time.
0 commit comments