Skip to content

Commit

Permalink
chore: release v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys committed Sep 14, 2023
1 parent 6510ded commit 44d1d68
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "crossbell",
"private": true,
"version": "1.6.4",
"version": "1.6.5",
"packageManager": "[email protected]",
"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 @@ -13,7 +18,9 @@
"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 @@ -37,8 +44,12 @@
},
"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 44d1d68

Please sign in to comment.