diff --git a/docs/content/commands/npm-pkg.md b/docs/content/commands/npm-pkg.md index ac5c35858d678..ccb32e0f52139 100644 --- a/docs/content/commands/npm-pkg.md +++ b/docs/content/commands/npm-pkg.md @@ -25,7 +25,7 @@ from the registry manifest, below you can find more examples on how to use it. Returned values are always in **json** format. -* `npm get ` +* `npm pkg get ` Retrieves a value `key`, defined in your `package.json` file. @@ -65,7 +65,7 @@ Returned values are always in **json** format. npm pkg get contributors[0].email ``` -* `npm set =` +* `npm pkg set =` Sets a `value` in your `package.json` based on the `field` value. When saving to your `package.json` file the same set of rules used during @@ -106,7 +106,7 @@ Returned values are always in **json** format. npm pkg set private=true --pkg-type=boolean ``` -* `npm delete ` +* `npm pkg delete ` Deletes a `key` from your `package.json`