mirror of https://codeberg.org/pzp/pzp-keypair.git
improve package.json files field
This commit is contained in:
parent
61ef442057
commit
c33980c580
|
@ -12,7 +12,10 @@
|
|||
"type": "commonjs",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib/**/*"
|
||||
"lib/*.js",
|
||||
"lib/*.d.ts",
|
||||
"lib/**/*.js",
|
||||
"lib/**/*.d.ts"
|
||||
],
|
||||
"types": "types/index.d.ts",
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue