File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies that can be used.
99
1010npm does not currently provide a method for a package which supports
1111` node.js >=4 ` to allow upgrade of a dependency which requires ` node.js >=6 `
12- unless they also bump their own minimum verion . This proposal would allow
12+ unless they also bump their own minimum version . This proposal would allow
1313such authors to declare that an alternative version of the dependency can
1414be used if that version is already being installed by another dependency.
1515Generally this would be used when the dependency is only a breaking change
@@ -28,7 +28,7 @@ application it is no longer necessary to function on node.js 4.x.
2828## Detailed Explanation
2929
3030npm would support reading ` acceptDependencies ` object from package.json.
31- This object would declaring alternative versions of packages listed in
31+ This object would declare alternative versions of packages listed in
3232` dependencies ` , ` devDependencies ` , ` optionalDependencies ` or
3333` peerDependencies ` .
3434
You can’t perform that action at this time.
0 commit comments