express-fix-any-js 1.3.5 → 1.3.6

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 +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # EndPoints Fix
2
2
 
3
3
  Utility for automatically maintaining Express route files.
4
+ started git actions also
4
5
 
5
6
  ## Purpose
6
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-fix-any-js",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "CLI to build for appjs, the endpoints",
5
5
  "keywords": [
6
6
  "cli",
@@ -32,4 +32,4 @@
32
32
  "bugs": {
33
33
  "url": "https://github.com/keshavsoft/express-fix-any-js/issues"
34
34
  }
35
- }
35
+ }