embedex 1.6.44 → 1.6.45

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 -1
package/README.md CHANGED
@@ -110,7 +110,7 @@ npm install --global embedex
110
110
 
111
111
  ## CLI reference
112
112
 
113
- ```
113
+ ```text
114
114
  Usage: embedex [options]
115
115
 
116
116
  Embed shared text and code snippets from source files into destination files.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "embedex",
3
3
  "description": "Embed shared text and code snippets from source files into destination files.",
4
- "version": "1.6.44",
4
+ "version": "1.6.45",
5
5
  "bin": {
6
6
  "embedex": "./src/bin/cli.js"
7
7
  },