chore: Make npm package public
... | @@ -8,6 +8,9 @@ | ... | @@ -8,6 +8,9 @@ |
], | ], | ||
"license": "MIT", | "license": "MIT", | ||
"main": "lib/index.js", | "main": "lib/index.js", | ||
"publishConfig": { | |||
"access": "public" | |||
}, | |||
"repository": "https://github.com/amaurymartiny/polkadotjs-wrapper", | "repository": "https://github.com/amaurymartiny/polkadotjs-wrapper", | ||
"scripts": { | "scripts": { | ||
"build": "rimraf lib/ && tsc", | "build": "rimraf lib/ && tsc", | ||
... | ... |
Please register or sign in to comment