Skip to content

Commit

Permalink
fix: Add 'braces' to dependencies (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rejunp committed Jul 21, 2023
1 parent 2a38005 commit 7853500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"glob": "^7.2.0",
"path": "^0.12.7",
"terminal-link": "^3.0.0",
"yargs": "^17.5.1"
"yargs": "^17.5.1",
"braces": "^3.0.2"
},
"devDependencies": {
"@types/braces": "^3.0.1",
Expand All @@ -34,7 +35,6 @@
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/eslint-plugin-tslint": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"braces": "^3.0.2",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"eslint": "^8.32.0",
Expand Down

0 comments on commit 7853500

Please sign in to comment.