File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1111
1212This library aims to provide you an ` easy ` and ` fast ` way to set up and manage the global state of your ** ` react ` ** application.
1313
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+
1420## Installation
1521
1622You can use ` npm ` or ` yarn ` to install this library into your react application.
Original file line number Diff line number Diff line change 11{
22 "name" : " @dilane3/gx" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "private" : false ,
55 "license" : " MIT" ,
66 "main" : " dist/index.js" ,
3131 },
3232 "scripts" : {
3333 "build" : " tsc" ,
34- "test" : " react-scripts test"
34+ "test" : " react-scripts test" ,
35+ "deploy" : " npm publish --access public"
3536 },
3637 "keywords" : [
3738 " react" ,
You can’t perform that action at this time.
0 commit comments