Skip to content

Commit f06aee1

Browse files
committed
fix: update package.json for old moduleResolution
1 parent d64f8dd commit f06aee1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "diffable-objects",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A package for dynamic state tracking for Cloudflare's Durable Objects using SQLite",
55
"author": "Zeb Piasecki <[email protected]>",
66
"repository": "https://github.com/zebp/diffable-objects",
77
"license": "MIT",
88
"keywords": ["cloudflare", "workers", "durable-objects", "sqlite"],
99
"type": "module",
10+
"main": "dist/index.js",
11+
"types": "dist/index.d.ts",
1012
"exports": {
1113
".": {
1214
"import": "./dist/index.js",

0 commit comments

Comments
 (0)