Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Jun 15, 2022
1 parent a070f5c commit 2660af3
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 286 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
"build:binaries": "yarn build && rimraf out && pkg package.json",
"build:binaries": "yarn build && rimraf out && pkg --output out/kyve package.json && node ./node_modules/@kyve/core/dist/src/checksum.js",
"start": "node ./dist/src/index.js",
"format": "prettier --write ."
},
Expand All @@ -14,24 +14,22 @@
"assets": "./node_modules/@kyve/sdk/dist/proto/*",
"targets": [
"latest-linux-x64",
"latest-macos-x64",
"latest-win-x64"
"latest-macos-x64"
],
"outputPath": "out"
},
"prettier": {
"singleQuote": true
},
"dependencies": {
"@kyve/core": "KYVENetwork/core#v0.4.0",
"@kyve/sdk": "KYVENetwork/sdk#main",
"@kyve/core": "^1.1.0",
"axios": "^0.27.2"
},
"devDependencies": {
"pkg": "^5.6.0",
"prettier": "^2.6.2",
"pkg": "^5.7.0",
"prettier": "^2.7.0",
"rimraf": "^3.0.2",
"typescript": "^4.6.4",
"typescript": "^4.7.3",
"webhook-discord": "^3.7.8"
}
}
Loading

0 comments on commit 2660af3

Please sign in to comment.