File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
Once you have node.js installed (version 10.x or later) you can
13
13
run the support command directly using npx or optionally npm install the
14
14
package and add the ` bin ` directory to your path. In either case
15
- you can run the support tool using ` npx support ` .
15
+ you can run the support tool using ` npx @pkgjs/ support ` .
16
16
17
17
## Package Consumers
18
18
@@ -35,7 +35,7 @@ The general flow is:
35
35
36
36
* install the package to display package support information for
37
37
* cd into the directory which contains the root package
38
- * execute ` npx support show `
38
+ * execute ` npx @pkgjs/ support show `
39
39
40
40
For example once node.js and the package support tool are installed to show
41
41
the package support for a module (the support module itself in this example):
@@ -181,7 +181,7 @@ and the file containing the support info (package-support.json by default) is va
181
181
explains the options for providing support info and what goes into the package.json for
182
182
each case.
183
183
184
- `npx support validate` is run from the directory that contains the package.json for the package.
184
+ `npx @pkgjs/ support validate` is run from the directory that contains the package.json for the package.
185
185
Depending the how the `support` section in the package.json is configured validate will:
186
186
187
187
* validate the format of the `support` section in the package.json conforms to the
You can’t perform that action at this time.
0 commit comments