File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ import {
211
211
useReactivity , // any object data to reactivity data
212
212
batchedUpdates , // batchedUpdates === ReactDOM.unstable_batchedUpdates
213
213
214
- // @vue/reactivity API
214
+ // @vue/reactivity APIs
215
215
// ...
216
216
} from ' veact'
217
217
```
Original file line number Diff line number Diff line change 8
8
9
9
"url" : " https://surmon.me"
10
10
},
11
+ "keywords" : [
12
+ " React mutable state lib" ,
13
+ " React vue state" ,
14
+ " React composition API" ,
15
+ " React state library"
16
+ ],
17
+ "files" : [
18
+ " dist" ,
19
+ " src"
20
+ ],
11
21
"scripts" : {
12
- "dev" : " yarn workspace veact dev" ,
13
- "build" : " yarn workspace veact build"
22
+ "lint" : " eslint --ext .ts src/**" ,
23
+ "format" : " prettier --write --parser typescript \" src/**/*.ts\" " ,
24
+ "build" : " libundler"
14
25
},
15
26
"peerDependencies" : {
16
27
"react" : " *" ,
17
28
"react-dom" : " *"
18
29
},
19
30
"dependencies" : {
20
- "@vue/reactivity" : " ^3.2.0-beta.2 "
31
+ "@vue/reactivity" : " ^3.2.0-beta.5 "
21
32
},
22
33
"devDependencies" : {
23
34
"@types/react" : " ^17.0.14" ,
You can’t perform that action at this time.
0 commit comments