-
- Downloads
Change build function
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
"module": "dist/xxdk.mjs", | "module": "dist/xxdk.mjs", | ||
"type": "module", | "type": "module", | ||
"typings": "dist/xxdk.d.ts", | "typings": "dist/xxdk.d.ts", | ||
"prepare": "npm run build", | "prepare": "yarn build", | ||
"main": "./dist/xxdk.js", | "main": "./dist/xxdk.js", | ||
"homepage": "https://xx.network/developers-mixnet/", | "homepage": "https://xx.network/developers-mixnet/", | ||
"license": "BSD-2-Clause", | "license": "BSD-2-Clause", | ||
... | ... |
Please register or sign in to comment