Skip to content

Commit

Permalink
Fix rimraf dependency used in cli codegen (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Dec 22, 2020
1 parent b2539fb commit 54c1571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
"@subql/common": "workspace:*",
"@types/ejs": "^3.0.5",
"ejs": "^3.1.5",
"rimraf": "^3.0.2",
"simple-git": "^2.27.0",
"tslib": "^2.0.3"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.0",
"@types/node": "^10.17.49",
"@types/rimraf": "^3",
"eslint": "^5.16.0",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
Expand Down

0 comments on commit 54c1571

Please sign in to comment.