Explicitly list exports from mattermost-redux (#31176)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
70a42ffd5f
Коммит
1e0621252f
@@ -12,10 +12,18 @@
|
||||
"lib"
|
||||
],
|
||||
"exports": {
|
||||
"./*": [
|
||||
"./lib/*/index.js",
|
||||
"./lib/*.js"
|
||||
]
|
||||
"./action_types": "./lib/action_types/index.js",
|
||||
"./actions": "./lib/actions/index.js",
|
||||
"./client": "./lib/client/index.js",
|
||||
"./constants": "./lib/constants/index.js",
|
||||
"./reducers": "./lib/reducers/index.js",
|
||||
"./reducers/entities": "./lib/reducers/entities/index.js",
|
||||
"./reducers/entities/threads": "./lib/reducers/entities/threads/index.js",
|
||||
"./reducers/errors": "./lib/reducers/errors/index.js",
|
||||
"./reducers/requests": "./lib/reducers/requests/index.js",
|
||||
"./selectors/create_selector": "./lib/selectors/create_selector/index.js",
|
||||
"./store": "./lib/store/index.js",
|
||||
"./*": "./lib/*.js"
|
||||
},
|
||||
"typesVersions": {
|
||||
">=3.1": {
|
||||
|
||||
Ссылка в новой задаче
Block a user