We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc5d73 commit d034cecCopy full SHA for d034cec
package.json
@@ -16,6 +16,7 @@
16
},
17
"napi": {
18
"binaryName": "libp2p-quic",
19
+ "npmClient": "pnpm",
20
"targets": [
21
"aarch64-apple-darwin",
22
"aarch64-unknown-linux-gnu",
@@ -48,7 +49,7 @@
48
49
"dep-check": "aegir dep-check -P test -P src/napi.js",
50
"docs": "aegir docs",
51
"lint": "aegir lint",
- "prepublishOnly": "napi prepublish -t npm",
52
+ "prepublishOnly": "napi prepublish -t npm --no-gh-release",
53
"test": "aegir test -t node",
54
"test:chrome": "aegir test -t browser -f ./dist/test/browser.js --cov",
55
"test:chrome-webworker": "aegir test -t webworker -f ./dist/test/browser.js",
0 commit comments