memory-extract 0.1.7 → 0.1.8

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
@@ -5,7 +5,7 @@ Embed files into a PNG image and open them back from the PNG alone
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install memory-extract
8
+ npm install -g memory-extract
9
9
  ```
10
10
 
11
11
  ## CLI
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "memory-extract",
3
3
  "description": "Tool for embedding data into PNG images",
4
4
  "license": "MIT",
5
- "version": "0.1.7",
5
+ "version": "0.1.8",
6
6
  "author": "semigarden",
7
7
  "repository": {
8
8
  "type": "git",