Skip to content

Commit bb31b4d

Browse files
committed
[hygiene] Add explicit main field
1 parent 318df80 commit bb31b4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinybase",
3-
"version": "4.3.19",
3+
"version": "4.3.20",
44
"author": "jamesgpearce",
55
"repository": "github:tinyplex/tinybase",
66
"license": "MIT",
@@ -180,6 +180,7 @@
180180
]
181181
}
182182
},
183+
"main": "./lib/tinybase.js",
183184
"react-native": "./lib/tinybase.js",
184185
"browser": {
185186
"fs": false

0 commit comments

Comments
 (0)