Skip to content

Commit d0c7d72

Browse files
authored
fix: remove other packages from react-intl
1 parent 2a493e6 commit d0c7d72

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/frameworks/react-intl.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ class ReactFramework extends Framework {
77

88
detection= {
99
packageJSON: [
10-
'react-i18next',
11-
'react-intl',
12-
'next-i18next',
10+
'react-intl'
1311
],
1412
}
1513

0 commit comments

Comments
 (0)