minor refactor in package.json
This commit is contained in:
parent
c6c0a397c3
commit
ee713f47db
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue