@kibibit/configit 1.0.0-beta.1 → 1.0.0-beta.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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,6 @@
19
19
  <hr>
20
20
 
21
21
  Unless forced to create a new service, this service will return the first created service
22
-
23
22
  ### Usage
24
23
 
25
24
  Create a new class to define your configuration.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kibibit/configit",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "a general typescript configuration service",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",