File tree 3 files changed +9
-2
lines changed 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
This library aims to provide you an ` easy ` and ` fast ` way to set up and manage the global state of your ** ` react ` ** application.
13
13
14
+ ## Documentation
15
+
16
+ You can read the entire [ documentation] ( https://gx.dilane3.com ) and see how to use this library perfectly.
17
+
18
+ But, If you want to start directly with the library continue reading this small documentation here.
19
+
14
20
## Installation
15
21
16
22
You can use ` npm ` or ` yarn ` to install this library into your react application.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dilane3/gx" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"private" : false ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
31
31
},
32
32
"scripts" : {
33
33
"build" : " tsc" ,
34
- "test" : " react-scripts test"
34
+ "test" : " react-scripts test" ,
35
+ "deploy" : " npm publish --access public"
35
36
},
36
37
"keywords" : [
37
38
" react" ,
You can’t perform that action at this time.
0 commit comments