From cc771b80b8465b4be140698a82a40ade16b1c0e6 Mon Sep 17 00:00:00 2001 From: Federico Sordillo Date: Sun, 28 Feb 2021 01:12:23 +0100 Subject: [PATCH] docs(readme): fix postpublish script suggestion (#346) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca499dab..968ea087 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ When publishing from a sub-directory with the `pkgRoot` option, the `package.jso ```json { "scripts": { - "postpublish": "cp -r package.json .. && cp -r npm-shrinkwrap.json .." + "postversion": "cp -r package.json .. && cp -r npm-shrinkwrap.json .." } } ```