Skip to content

Commit

Permalink
wip: docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Jul 2, 2021
1 parent 3e5796f commit abe65be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/commands/npm-pkg.md
Expand Up @@ -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 <field>`
* `npm pkg get <field>`
Retrieves a value `key`, defined in your `package.json` file.
Expand Down Expand Up @@ -65,7 +65,7 @@ Returned values are always in **json** format.
npm pkg get contributors[0].email
```
* `npm set <field>=<value>`
* `npm pkg set <field>=<value>`
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
Expand Down Expand Up @@ -106,7 +106,7 @@ Returned values are always in **json** format.
npm pkg set private=true --pkg-type=boolean
```
* `npm delete <key>`
* `npm pkg delete <key>`
Deletes a `key` from your `package.json`
Expand Down

0 comments on commit abe65be

Please sign in to comment.