minor refactor in package.json

This commit is contained in:
Andre Staltz 2024-01-01 17:37:02 +02:00
parent c6c0a397c3
commit ee713f47db
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 2 deletions

View File

@ -9,9 +9,9 @@
"type": "git", "type": "git",
"url": "git@github.com:staltz/ppppp-conductor.git" "url": "git@github.com:staltz/ppppp-conductor.git"
}, },
"type": "commonjs",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"*.js",
"lib/*.js" "lib/*.js"
], ],
"exports": { "exports": {
@ -19,7 +19,6 @@
"require": "./lib/index.js" "require": "./lib/index.js"
} }
}, },
"type": "commonjs",
"engines": { "engines": {
"node": ">=16" "node": ">=16"
}, },