From 3b31a53a8cdf535f1b0c3208dbccf62d59604125 Mon Sep 17 00:00:00 2001 From: Federico Sordillo Date: Thu, 25 Feb 2021 10:51:09 +0100 Subject: [PATCH] docs(readme): fix postpublish script suggestion --- 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 .." } } ```