fix package.json main field

This commit is contained in:
Andre Staltz 2023-06-09 13:50:02 +03:00
parent 6e7fca8e6a
commit e52368b92f
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "ppppp-db",
"version": "0.0.1",
"description": "Default ppppp database",
"main": "index.js",
"main": "lib/index.js",
"files": [
"*.js",
"lib/**/*.js"