Skip to content

Commit

Permalink
chore: manage deps and remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 23, 2024
1 parent 1fc2ee4 commit 8d54c80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 26 deletions.
29 changes: 9 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"files": [
"dist",
"move",
"src",
"tsconfig.json",
"!move/**/build"
],
Expand All @@ -24,8 +23,7 @@
"release": "npm run build && changeset publish",
"cs": "changeset",
"lint": "eslint --fix './src/*.ts' './test/*.js'",
"prettier": "prettier --write './src/*.ts' './test/*.js'",
"postinstall": "npm run build-ts"
"prettier": "prettier --write './src/*.ts' './test/*.js'"
},
"keywords": [
"axelar",
Expand All @@ -39,16 +37,15 @@
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.2",
"@mysten/sui": "^1.3.0",
"@types/tmp": "^0.2.6",
"child_process": "^1.0.2",
"ethers": "^5.0.0",
"fs": "^0.0.1-security",
"secp256k1": "^5.0.0",
"tmp": "^0.2.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.6",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@types/node": "^20.14.11",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"chai": "^4.3.7",
Expand Down

0 comments on commit 8d54c80

Please sign in to comment.