This commit is contained in:
Pratik Bhattacharya 2021-01-27 17:48:05 +05:30
Родитель c2f329b75d
Коммит b6b4483ed2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "redux-micro-frontend",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "This is a library for using Redux to managing state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.",
"author": {