minor refactor in package.json
This commit is contained in:
parent
c6c0a397c3
commit
ee713f47db
|
@ -9,9 +9,9 @@
|
|||
"type": "git",
|
||||
"url": "git@github.com:staltz/ppppp-conductor.git"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"*.js",
|
||||
"lib/*.js"
|
||||
],
|
||||
"exports": {
|
||||
|
@ -19,7 +19,6 @@
|
|||
"require": "./lib/index.js"
|
||||
}
|
||||
},
|
||||
"type": "commonjs",
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue