Skip to content

Commit 942b10a

Browse files
authored
[Identity] Moving @types/stoppable to the devDependencies (Azure#20070)
`@types/stoppable` was added by mistake to the `dependencies` of the `package.json` of `@azure/identity`. This package is only used to build the TypeScript code, and not used on runtime, so it should have been placed on the `devDependencies` from the beginning. This package has no effect during runtime. Fixes Azure#20024
1 parent e826863 commit 942b10a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sdk/identity/identity/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
### Other Changes
1717

18+
- Moved the `@types/stoppable` dependency to the `devDependencies`.
19+
1820
## 2.0.1 (2021-10-28)
1921

2022
### Features Added

sdk/identity/identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
"@azure/msal-common": "^4.5.1",
113113
"@azure/msal-node": "^1.3.0",
114114
"@azure/msal-browser": "^2.16.0",
115-
"@types/stoppable": "^1.1.0",
116115
"events": "^3.0.0",
117116
"jws": "^4.0.0",
118117
"open": "^8.0.0",
@@ -132,6 +131,7 @@
132131
"@types/node": "^12.0.0",
133132
"@types/uuid": "^8.0.0",
134133
"@types/chai": "^4.1.6",
134+
"@types/stoppable": "^1.1.0",
135135
"chai": "^4.2.0",
136136
"cross-env": "^7.0.2",
137137
"dotenv": "^8.2.0",

0 commit comments

Comments
 (0)