@1matrix/config-loader 0.1.0 → 0.1.1

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 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @onematrix/config-loader
2
2
 
3
- Hot-reloadable public configuration management for Web3 applications with GitHub webhook integration.
3
+ Hot-reloadable public configuration management for Applications with GitHub webhook integration.
4
4
 
5
5
  ## Features
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1matrix/config-loader",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Hot-reloadable public configuration management for Apps with GitHub webhook integration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,6 @@
18
18
  "github",
19
19
  "webhook",
20
20
  "hot-reload",
21
- "web3",
22
21
  "typescript"
23
22
  ],
24
23
  "author": "OneMatrix",