File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ This script runs a simple test to ensure the native module was built correctly.
61
61
| ` cli.js ` | The executable script invoked as a Command Line Interface. |
62
62
| ` index.d.ts ` | The generated TypeScript typing info the describes the exposing functionality in the built native module. |
63
63
| ` index.js ` | The generated script that delegates which platform-specific package to import. |
64
- | ` cpp-linter.x-y-z.node ` | Then native module built for a specific platform (where ` x-y-z ` denotes the platform's name using compilation target). |
64
+ | ` cpp-linter.x-y-z.node ` | The native module built for a specific platform (where ` x-y-z ` denotes the platform's name using the compilation target). |
65
65
66
66
Hidden files and folders are not described in the table above.
67
67
If they are not ignored by a gitignore specification, then they should be considered
You can’t perform that action at this time.
0 commit comments