~repos /atoms-state
git clone https://pyrossh.dev/repos/atoms-state.git
Simple State management for react
c1286bfd
—
pyros2097 4 years ago
v0.4.1
- package.json +2 -1
package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "atoms-state",
|
|
3
3
|
"author": "pyros.sh",
|
|
4
|
+
"description": "A simple statemanagement library for react",
|
|
4
|
-
"version": "0.4.
|
|
5
|
+
"version": "0.4.1",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"main": "dist/index.js",
|
|
7
8
|
"typings": "dist/index.d.ts",
|