Skip to content

Commit

Permalink
fix(@formatjs/cli): remove unnecessary type definition (#2776)
Browse files Browse the repository at this point in the history
`loud-rejection` now provides it's own type definitions. This was causing the following warning when installing `@formatjs/cli`.
```
@types/loud-rejection@2.0.0: This is a stub types definition. loud-rejection provides its own type definitions, so you do not need this installed.
```
  • Loading branch information
santialbo committed Mar 30, 2021
1 parent d708a63 commit 32b8ebc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/package.json
Expand Up @@ -35,7 +35,6 @@
"@formatjs/ts-transformer": "3.3.4",
"@types/json-stable-stringify": "^1.0.32",
"@types/lodash": "^4.14.150",
"@types/loud-rejection": "^2.0.0",
"@types/node": "14",
"@vue/compiler-core": "^3.0.0",
"@vue/compiler-sfc": "^3.0.5",
Expand Down

0 comments on commit 32b8ebc

Please sign in to comment.