~repos /atoms-state
git clone https://pyrossh.dev/repos/atoms-state.git
Simple State management for react
605adc40
—
pyros2097 4 years ago
v0.4.0
- package.json +3 -5
package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "atoms-state",
|
|
3
3
|
"author": "pyros.sh",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"typings": "dist/index.d.ts",
|
|
@@ -24,12 +24,10 @@
|
|
|
24
24
|
],
|
|
25
25
|
"scripts": {
|
|
26
26
|
"start": "tsdx watch",
|
|
27
|
-
"build": "tsc src/*.* -d --target
|
|
27
|
+
"build": "tsc src/*.* -d --target es6 --module commonjs --moduleResolution node --outDir dist",
|
|
28
28
|
"test": "tsdx test",
|
|
29
29
|
"lint": "tsdx lint --fix",
|
|
30
|
-
"prepare": "npm run build"
|
|
30
|
+
"prepare": "npm run build"
|
|
31
|
-
"size": "size-limit",
|
|
32
|
-
"analyze": "size-limit --why"
|
|
33
31
|
},
|
|
34
32
|
"peerDependencies": {
|
|
35
33
|
"react": "*"
|