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 @@ -408,8 +408,8 @@ watching this project.
408408- ` npm pack ` and check the content of the archive, which should list
409409 only the ` package.json ` , the ` README.md ` , ` LICENSE ` and ` CHANGELOG.md ` ;
410410 possibly adjust ` .npmignore `
411- - ` npm version 7.1.0-1.1 ` ; the first 5 numbers are the same as the
412- GitHub release; the sixth number is the npm specific version
411+ - ` npm version 7.1.0-1.1 ` ; the first 4 numbers are the same as the
412+ GitHub release; the fifth number is the npm specific version
413413- the commits and the tag should have been pushed by the ` postversion ` script;
414414 if not, push them with ` git push origin --tags `
415415- ` npm publish --tag next ` (use ` --access public ` when publishing for
You can’t perform that action at this time.
0 commit comments