Skip to content

Commit acd286e

Browse files
committed
fix: description for pnpm resource
1 parent e0591bf commit acd286e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/node/pnpm/pnpm-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/pnpm.json",
4-
"title": "Nvm resource",
5-
"description": "Install and manage Node versions using nvm.",
4+
"title": "Pnpm resource",
5+
"description": "Install and manage Node dependencies and versions using pnpm.",
66
"type": "object",
77
"properties": {
88
"version": {

0 commit comments

Comments
 (0)