Comparing version 13.0.0 to 13.1.0
@@ -1,4 +0,3 @@ | ||
#!/usr/bin/env node | ||
import { Command } from 'commander'; | ||
declare const run: (program: Command) => void; | ||
export default run; |
@@ -1,2 +0,1 @@ | ||
#!/usr/bin/env node | ||
import getStdin from 'get-stdin'; | ||
@@ -3,0 +2,0 @@ import { globbySync } from 'globby'; |
@@ -1,2 +0,1 @@ | ||
#!/usr/bin/env node | ||
import { Command } from 'commander'; | ||
@@ -3,0 +2,0 @@ /** |
@@ -1,2 +0,1 @@ | ||
#!/usr/bin/env node | ||
import getStdin from 'get-stdin'; | ||
@@ -3,0 +2,0 @@ import { globbySync } from 'globby'; |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
export {}; |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import { program } from 'commander'; | ||
@@ -2,0 +3,0 @@ import fs from 'fs'; |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
export {}; |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import { program } from 'commander'; | ||
@@ -2,0 +3,0 @@ import cli from './cli.js'; |
{ | ||
"name": "leasot", | ||
"description": "Parse and output TODOs and FIXMEs from comments in your files", | ||
"version": "13.0.0", | ||
"version": "13.1.0", | ||
"author": "Gilad Peleg <gilad@giladpeleg.com> (https://www.giladpeleg.com)", | ||
@@ -64,4 +64,8 @@ "type": "module", | ||
"license": "MIT", | ||
"exports": "./dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js" | ||
} | ||
}, | ||
"repository": "pgilad/leasot", | ||
@@ -68,0 +72,0 @@ "scripts": { |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
65361
0