Skip to content

Commit e43e9c9

Browse files
authored
fix: typings should be devDependency (#1495)
1 parent 8b516e9 commit e43e9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@azure/identity": "^2.0.4",
4444
"@azure/keyvault-keys": "^4.4.0",
4545
"@js-joda/core": "^5.2.0",
46-
"@types/es-aggregate-error": "^1.0.2",
4746
"bl": "^5.0.0",
4847
"es-aggregate-error": "^1.0.8",
4948
"iconv-lite": "^0.6.3",
@@ -65,6 +64,7 @@
6564
"@commitlint/cli": "^16.2.4",
6665
"@commitlint/config-conventional": "^16.2.4",
6766
"@commitlint/travis-cli": "^16.2.4",
67+
"@types/es-aggregate-error": "^1.0.2",
6868
"@types/async": "^3.2.13",
6969
"@types/bl": "^5.0.2",
7070
"@types/chai": "^4.3.1",

0 commit comments

Comments
 (0)