Skip to content

Commit

Permalink
chore: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys committed Sep 14, 2023
1 parent 44d1d68 commit 69a51ff
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
{
"name": "crossbell",
"private": true,
"version": "1.6.5",
"packageManager": "[email protected].0",
"packageManager": "[email protected].5",
"description": "JavaScript SDK to interact with Crossbell",
"keywords": [
"crossbell",
"eth",
"contract",
"web3"
],
"keywords": ["crossbell", "eth", "contract", "web3"],
"license": "MIT",
"bugs": {
"url": "https://github.com/Crossbell-Box/crossbell.js/issues"
Expand All @@ -18,9 +12,7 @@
"type": "git",
"url": "https://github.com/Crossbell-Box/crossbell.js.git"
},
"files": [
"dist"
],
"files": ["dist"],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -44,12 +36,8 @@
},
"typesVersions": {
"*": {
"network": [
"./dist/network.d.ts"
],
"ipfs": [
"./dist/ipfs.d.ts"
]
"network": ["./dist/network.d.ts"],
"ipfs": ["./dist/ipfs.d.ts"]
}
},
"publishConfig": {
Expand Down

0 comments on commit 69a51ff

Please sign in to comment.