Skip to content

Commit ce3d808

Browse files
committed
chore: lint
1 parent 65be76c commit ce3d808

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- automd:badges color=yellow codecov -->
44

55
[![npm version](https://img.shields.io/npm/v/pkg-types?color=yellow)](https://npmjs.com/package/pkg-types)
6-
[![npm downloads](https://img.shields.io/npm/dm/pkg-types?color=yellow)](https://npmjs.com/package/pkg-types)
6+
[![npm downloads](https://img.shields.io/npm/dm/pkg-types?color=yellow)](https://npm.chart.dev/pkg-types)
77
[![codecov](https://img.shields.io/codecov/c/gh/unjs/pkg-types?color=yellow)](https://codecov.io/gh/unjs/pkg-types)
88

99
<!-- /automd -->
@@ -29,6 +29,9 @@ pnpm install pkg-types
2929

3030
# bun
3131
bun install pkg-types
32+
33+
# deno
34+
deno install pkg-types
3235
```
3336

3437
<!-- /automd -->

src/types/packagejson.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type PackageJsonExportKey =
1717
| "node"
1818
| "browser"
1919
| "default"
20-
| (string & {}); // eslint-disable-line @typescript-eslint/ban-types
20+
| (string & {});
2121

2222
type PackageJsonExportsObject = {
2323
[P in PackageJsonExportKey]?:

0 commit comments

Comments
 (0)