Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit fa8ce28

Browse files
authored
fix: add types versions (#1)
1 parent 89574f0 commit fa8ce28

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
{
22
"name": "blockstore-core",
33
"version": "0.0.1",
4-
"description": "Wrapper implementation for interface-blockstore",
4+
"description": "Contains various implementations of the API contract described in interface-blockstore",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",
77
"type": "module",
88
"types": "types/index.d.ts",
9+
"typesVersions": {
10+
"*": {
11+
"*": [
12+
"types/src/*"
13+
],
14+
"types/*": [
15+
"types/src/*"
16+
]
17+
}
18+
},
919
"files": [
1020
"*",
1121
"!**/*.tsbuildinfo"

0 commit comments

Comments
 (0)