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.
6161| ` cli.js ` | The executable script invoked as a Command Line Interface. |
6262| ` index.d.ts ` | The generated TypeScript typing info the describes the exposing functionality in the built native module. |
6363| ` 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). |
6565
6666Hidden files and folders are not described in the table above.
6767If 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