set module type to commonjs

This commit is contained in:
Andre Staltz 2023-04-21 14:39:07 +03:00
parent dcab315fe5
commit 99510e6fb7
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
"require": "./lib/feed-v1/index.js" "require": "./lib/feed-v1/index.js"
} }
}, },
"type": "commonjs",
"author": "Andre Staltz <contact@staltz.com>", "author": "Andre Staltz <contact@staltz.com>",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/staltz/ppppp-db", "homepage": "https://github.com/staltz/ppppp-db",