prepare-package 0.0.11 → 0.0.12

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
@@ -22,7 +22,7 @@
22
22
  <a href="https://itwcreativeworks.com">Site</a> | <a href="https://www.npmjs.com/package/prepare-package">NPM Module</a> | <a href="https://github.com/itw-creative-works/prepare-package">GitHub Repo</a>
23
23
  <br>
24
24
  <br>
25
- <strong>Prepare Package</strong> is a drop-in replacement NPM module that prepares your package before distribution.
25
+ <strong>Prepare Package</strong> is a helpful NPM module that prepares your package before distribution.
26
26
  </p>
27
27
 
28
28
  ## Install Prepare Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prepare-package",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Prepare a Node.js package before being published",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "chalk": "^4.1.2",
37
37
  "fs-jetpack": "^4.3.1",
38
- "wonderful-fetch": "^0.0.11"
38
+ "wonderful-fetch": "^0.0.12"
39
39
  },
40
40
  "devDependencies": {
41
41
  "mocha": "^8.0.1"