embedex 0.8.0 → 0.9.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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,7 +40,6 @@ npm install --global embedex
40
40
  ```
41
41
 
42
42
  2. In the destination file, add an `<embedex source="..."></embedex>` tag that includes the source file's path.
43
-
44
43
  - `./README.md`:
45
44
 
46
45
  ```
@@ -69,7 +68,6 @@ npm install --global embedex
69
68
 
70
69
  3. Run `npx embedex`.
71
70
  4. The source is embedded!
72
-
73
71
  - `./README.md`:
74
72
 
75
73
  ````
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": "0.8.0",
4
+ "version": "0.9.1",
5
5
  "bin": {
6
6
  "embedex": "./src/bin/cli.js"
7
7
  },