Update content/packages-and-modules/securing-your-code/verifying-the-pgp-signature-for-a-package-from-the-npm-public-registry.mdx

Co-authored-by: Gar <gar+gh@danger.computer>

Luke Karrys committed Feb 25, 2022 at 23:44 UTC 2d912da3268587bdb997a56e5c3f47759d8674ac
1 file changed +1 -1
content/packages-and-modules/securing-your-code/verifying-the-pgp-signature-for-a-package-from-the-npm-public-registry.mdx
+1 -1
@@ -34,7 +34,7 @@ To ensure the integrity of a package version you download from the npm public re
34 2. Get the integrity field for that version (example below includes response):
35
36 ```
37 - npm view light-cycle@1.4.3 --json | npm exec json ".dist.integrity"
37 + npm view light-cycle@1.4.3 dist.integrity
38 ```
39
40 Example response: