fix package.json "main" field

This commit is contained in:
Andre Staltz 2024-01-24 15:41:22 +02:00
parent 1a0d39cdb6
commit b7cf4b65c0
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"type": "git",
"url": "git@github.com:staltz/ppppp-net.git"
},
"main": "index.js",
"main": "lib/index.js",
"files": [
"*.js",
"lib/*.js",