~repos /atoms-state

#js#react#flux

git clone https://pyrossh.dev/repos/atoms-state.git

Simple State management for react


9ccec9d4 pyros2097

4 years ago
v0.3.1
Files changed (1) hide show
  1. package.json +12 -5
package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "atoms-state",
3
3
  "author": "pyros.sh",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "typings": "dist/index.d.ts",
@@ -12,9 +12,16 @@
12
12
  "engines": {
13
13
  "node": ">=10"
14
14
  },
15
- "publishConfig": {
15
+ "keywords": [
16
+ "react",
17
+ "react-native",
18
+ "atoms",
19
+ "atoms-state",
20
+ "atoms-ui",
16
- "access": "public"
21
+ "atoms-utils",
22
+ "state",
23
+ "pyros.sh"
17
- },
24
+ ],
18
25
  "scripts": {
19
26
  "start": "tsdx watch",
20
27
  "build": "tsc src/*.* -d --target esnext --module commonjs --moduleResolution node --outDir dist",
@@ -50,4 +57,4 @@
50
57
  "**/@typescript-eslint/eslint-plugin": "^4.1.1",
51
58
  "**/@typescript-eslint/parser": "^4.1.1"
52
59
  }
53
- }
60
+ }