File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ For example, here are the first few lines of [Node's type declarations](https://
474
474
// Alberto Schiabel <https://github.com/jkomyno>
475
475
` ` `
476
476
477
- Because ` 10.12 ` is at the end the first line , the npm version of the ` @types/node ` package will also be ` 10.12.x ` .
477
+ Because ` 10.12 ` is at the end of the first line , the npm version of the ` @types/node ` package will also be ` 10.12.x ` .
478
478
Note that the first -line comment in the ` index.d.ts ` file should only contain the ` major.minor ` version (e .g . ` 10.12 ` ) and should not contain a patch version (e .g . ` 10.12.4 ` ).
479
479
This is because only the major and minor release numbers are aligned between library packages and type declaration packages .
480
480
The patch release number of the type declaration package (e .g . ` .0 ` in ` 10.12.0 ` ) is initialized to zero by Definitely Typed and is incremented each time a new ` @types/node ` package is published to NPM for the same major /minor version of the corresponding library .
@@ -569,4 +569,4 @@ GitHub doesn't [support](http://stackoverflow.com/questions/5646174/how-to-make-
569
569
570
570
This project is licensed under the MIT license .
571
571
572
- Copyrights on the definition files are respective of each contributor listed at the beginning of each definition file .
572
+ Copyrights on the definition files are respective of each contributor listed at the beginning of each definition file .
You can’t perform that action at this time.
0 commit comments