Skip to content

Commit 9175552

Browse files
committed
wip: potential fix for CI
1 parent 2ea75c5 commit 9175552

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@
4646
"polykey": "dist/polykey.js",
4747
"pk": "dist/polykey.js"
4848
},
49-
"main": "dist/index.js",
50-
"types": "dist/index.d.ts",
5149
"pkg": {
5250
"assets": [
5351
"dist/**/*.json"

tests/notifications/sendReadClear.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { NodeId } from 'polykey/dist/ids/types';
2-
import type { Host, Port } from 'polykey/dist/network/types';
32
import type { Notification } from 'polykey/dist/notifications/types';
43
import type { StatusLive } from 'polykey/dist/status/types';
54
import path from 'path';

0 commit comments

Comments
 (0)