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",
|
"type": "commonjs",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"lib/**/*"
|
"lib/*.js",
|
||||||
|
"lib/*.d.ts",
|
||||||
|
"lib/**/*.js",
|
||||||
|
"lib/**/*.d.ts"
|
||||||
],
|
],
|
||||||
"types": "types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue