prepare-package 0.0.10 → 0.0.13
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.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/src/index.js +1 -1
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
|
|
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/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prepare-package",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "Prepare a Node.js package before being published",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"chalk": "^4.1.2",
|
|
37
37
|
"fs-jetpack": "^4.3.1",
|
|
38
|
-
"wonderful-fetch": "^0.0.
|
|
38
|
+
"wonderful-fetch": "^0.0.14"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"mocha": "^8.0.1"
|
|
42
42
|
}
|
|
43
|
-
}
|
|
43
|
+
}
|