genxeo 0.0.1 → 0.0.2

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/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,3 +3,5 @@
3
3
  Extended Engine Optimization framework powering IndexMesh. Full release coming soon.
4
4
 
5
5
  https://github.com/indexmesh/platform
6
+
7
+ Built by [Xavier Emerson](https://github.com/agentx4u).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genxeo",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Extended Engine Optimization framework powering IndexMesh. Full release coming soon.",
5
5
  "keywords": [
6
6
  "genxeo",
@@ -15,6 +15,6 @@
15
15
  "type": "git",
16
16
  "url": "git+https://github.com/indexmesh/platform.git"
17
17
  },
18
- "author": "Xavier P J <xavieremersonpj@gmail.com>",
18
+ "author": "Xavier Emerson <agentx4u@gmail.com>",
19
19
  "license": "MIT"
20
20
  }