Skip to content

Commit 6edd900

Browse files
committed
Update package.json
1 parent 168532f commit 6edd900

File tree

4 files changed

+5887
-3998
lines changed

4 files changed

+5887
-3998
lines changed

.yarn/install-state.gz

527 KB
Binary file not shown.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnolang/tm2-js-client",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Tendermint2 JS / TS Client",
55
"main": "./bin/index.js",
66
"repository": {
@@ -20,7 +20,6 @@
2020
"files": [
2121
"bin/**/*"
2222
],
23-
"private": false,
2423
"publishConfig": {
2524
"access": "public",
2625
"registry": "https://registry.npmjs.org/"
@@ -66,5 +65,6 @@
6665
"test": "jest",
6766
"prepare": "yarn build",
6867
"prepublishOnly": "yarn lint && yarn prettier"
69-
}
68+
},
69+
"packageManager": "[email protected]"
7070
}

0 commit comments

Comments
 (0)