Skip to content

Commit

Permalink
Remove deprecated cli command and replace with newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Leonard authored and Robert Leonard committed Jul 9, 2024
1 parent b9ad662 commit bfa240b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gatekeeper-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@identity.com/gateway-evm-ts-client": "^0.1.3",
"@identity.com/did-bnb-client": "^2.0.2-beta",
"@oclif/core": "^4.0.6",
"@oclif/dev-cli": "^1.26.10",
"@oclif/plugin-help": "^5",
"ethers": "^5.7.2",
"gas-price-oracle": "^0.5.2"
Expand All @@ -45,7 +44,7 @@
"eslint-config-oclif": "^4",
"eslint-config-oclif-typescript": "^1.0.3",
"mocha": "^9",
"oclif": "^3",
"oclif": "^4",
"shx": "^0.3.3",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
Expand All @@ -60,7 +59,7 @@
]
},
"scripts": {
"build": "rm -rf dist && tsc -b && oclif-dev manifest",
"build": "rm -rf dist && tsc -b && oclif manifest",
"postpack": "shx rm -f oclif.manifest.json",
"prepack": "yarn build && oclif manifest && oclif readme",
"test": "mocha --forbid-only \"src/**/*.spec.ts\"",
Expand Down

0 comments on commit bfa240b

Please sign in to comment.