Skip to content

Commit 5224154

Browse files
authored
Merge pull request #3 from react-gx/version-1.1.1
Add documentation link and change logo
2 parents 3fa3663 + 81c3268 commit 5224154

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111

1212
This 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

1622
You can use `npm` or `yarn` to install this library into your react application.

assets/logo.png

36.1 KB
Loading

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -31,7 +31,8 @@
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",

0 commit comments

Comments
 (0)