prepare-package 0.0.4 → 0.0.5
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ npm install prepare-package --save-dev
|
|
|
38
38
|
* `{version}` => `package.version`
|
|
39
39
|
|
|
40
40
|
## Example Setup
|
|
41
|
-
After installing via npm, simply put this in your `package.json`
|
|
41
|
+
After installing via npm, simply put this in your `package.json`
|
|
42
42
|
```json
|
|
43
43
|
"main": "dist/index.js",
|
|
44
44
|
"scripts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prepare-package",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Prepare a Node.js package before being published",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -41,4 +41,4 @@
|
|
|
41
41
|
"fs-jetpack": "^4.3.1",
|
|
42
42
|
"mocha": "^8.0.1"
|
|
43
43
|
}
|
|
44
|
-
}
|
|
44
|
+
}
|