We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea75c5 commit 9175552Copy full SHA for 9175552
package.json
@@ -46,8 +46,6 @@
46
"polykey": "dist/polykey.js",
47
"pk": "dist/polykey.js"
48
},
49
- "main": "dist/index.js",
50
- "types": "dist/index.d.ts",
51
"pkg": {
52
"assets": [
53
"dist/**/*.json"
tests/notifications/sendReadClear.test.ts
@@ -1,5 +1,4 @@
1
import type { NodeId } from 'polykey/dist/ids/types';
2
-import type { Host, Port } from 'polykey/dist/network/types';
3
import type { Notification } from 'polykey/dist/notifications/types';
4
import type { StatusLive } from 'polykey/dist/status/types';
5
import path from 'path';
0 commit comments