Skip to content

Commit

Permalink
remove rimraf package
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Jan 18, 2024
1 parent 5fee426 commit 5416cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions libraries/botbuilder-dialogs-adaptive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/node-fetch": "^2.5.3",
"rimraf": "^3.0.2"
"@types/node-fetch": "^2.5.3"
},
"scripts": {
"build": "npm-run-all build:src build:tests",
Expand Down
3 changes: 1 addition & 2 deletions libraries/botbuilder-dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
},
"devDependencies": {
"@types/globalize": "^1.5.0",
"line-reader": "^0.4.0",
"rimraf": "^3.0.2"
"line-reader": "^0.4.0"
},
"scripts": {
"build": "tsc -b",
Expand Down

0 comments on commit 5416cb3

Please sign in to comment.