diff --git a/workspaces/ts-source-parser/README.md b/workspaces/ts-source-parser/README.md index ea24f6d..ebe1969 100644 --- a/workspaces/ts-source-parser/README.md +++ b/workspaces/ts-source-parser/README.md @@ -8,7 +8,6 @@ Scorecard](https://api.securityscorecards.dev/projects/github.com/NodeSecure/js- This package provide a TypeScript source parser for the `@nodesecure/js-x-ray` project. - ## Getting Started This package is available in the Node Package Repository and can be easily installed with [npm](https://docs.npmjs.com/getting-started/what-is-npm) or [yarn](https://yarnpkg.com). diff --git a/workspaces/ts-source-parser/index.d.ts b/workspaces/ts-source-parser/index.d.ts index 358f743..f886c4a 100644 --- a/workspaces/ts-source-parser/index.d.ts +++ b/workspaces/ts-source-parser/index.d.ts @@ -5,4 +5,4 @@ declare class TsSourceParser { code: string, options = tsParsingOptions, ): TSESTree.Program; -} \ No newline at end of file +}