gg-express 1.0.30 → 1.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +0 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gg-express",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "",
5
5
  "main": "dist/GGExpress.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -18,20 +18,7 @@
18
18
  - API Connector Generation: It automatically generates an API connector class file for your front-end, making API calls more reliable and type-safe.
19
19
 
20
20
  ## Installation
21
-
22
- Install the package using either `npm` or `yarn`:
23
-
24
- ### Using npm:
25
-
26
- ```bash
27
- npm install gg-express
28
-
29
- ## Installation
30
-
31
- You can install this package using npm or yarn:
32
-
33
21
  ```bash
34
- # Using npm
35
22
  npm install gg-express
36
23
  ```
37
24