Skip to content

Commit e8b71a6

Browse files
committed
fix: path to index.js, node version bounds
1 parent d169162 commit e8b71a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@gridspace/net-level",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "shared, authenticated network access to leveldb",
55
"author": "Stewart Allen <sa@grid.space>",
66
"license": "MIT",
77
"private": false,
8-
"main": "lib/index.js",
8+
"main": "index.js",
99
"np": {
1010
"contents": "."
1111
},
1212
"engines": {
13-
"node": ">=20.10.0 < 21"
13+
"node": ">=20.10.0"
1414
},
1515
"publishConfig": {
1616
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)