Clean up the PR

This commit is contained in:
Sander Declerck 2025-11-28 16:28:45 +01:00
parent 3add7aa25e
commit 8d82d4d56f
No known key found for this signature in database
2 changed files with 0 additions and 23 deletions

View file

@ -64,27 +64,5 @@
"type": "git",
"url": "git+https://github.com/AikidoSec/safe-chain.git",
"directory": "packages/safe-chain"
},
"pkg": {
"targets": [
"node22-linux-x64",
"node22-linux-arm64",
"node22-macos-x64",
"node22-macos-arm64",
"node22-win-x64",
"node22-win-arm64"
],
"outputPath": "dist",
"assets": [
"node_modules/certifi/**/*"
],
"scripts": [
"src/**/*.js",
"bin/**/*.js"
],
"ignore": [
"**/*.spec.js",
"test/**"
]
}
}