Skip to content

Commit

Permalink
[Identity] Moving @types/stoppable to the devDependencies (#20070)
Browse files Browse the repository at this point in the history
`@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 #20024
  • Loading branch information
sadasant authored Jan 25, 2022
1 parent e826863 commit 942b10a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sdk/identity/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

### Other Changes

- Moved the `@types/stoppable` dependency to the `devDependencies`.

## 2.0.1 (2021-10-28)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
"@azure/msal-common": "^4.5.1",
"@azure/msal-node": "^1.3.0",
"@azure/msal-browser": "^2.16.0",
"@types/stoppable": "^1.1.0",
"events": "^3.0.0",
"jws": "^4.0.0",
"open": "^8.0.0",
Expand All @@ -132,6 +131,7 @@
"@types/node": "^12.0.0",
"@types/uuid": "^8.0.0",
"@types/chai": "^4.1.6",
"@types/stoppable": "^1.1.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
Expand Down

0 comments on commit 942b10a

Please sign in to comment.