@wireapp/copy-config 2.2.2 → 2.2.3-hotfix-1.3

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 +2 -2
package/README.md CHANGED
@@ -38,6 +38,6 @@ Additionally, some parameters can be set via environment variables (which then t
38
38
  copy-config
39
39
  ```
40
40
 
41
- ### API Usage
41
+ ### API Usage:
42
42
 
43
43
  See [`cli.ts`](./src/main/cli.ts).
package/package.json CHANGED
@@ -35,6 +35,6 @@
35
35
  "test": "jest",
36
36
  "test:coverage": "jest --coverage"
37
37
  },
38
- "version": "2.2.2",
39
- "gitHead": "a106d98232b52392791c21fc90591bcb24347216"
38
+ "version": "2.2.3-hotfix-1.3",
39
+ "gitHead": "a5ea2d935c4495276c7d6e97bae17c776c9286be"
40
40
  }