npm-update-package 0.45.11 → 0.45.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.
package/README.md CHANGED
@@ -391,3 +391,7 @@ npm-update-package can be used in environments where Renovate cannot be used for
391
391
  ### What should I do if conflicts occurred in the pull request?
392
392
 
393
393
  If you have difficulty resolving it manually, close the pull request and run npm-update-package again.
394
+
395
+ ## How to development
396
+
397
+ See [Wiki](https://github.com/npm-update-package/npm-update-package/wiki).
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.45.11",
3
+ "version": "0.45.12",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "badges": "jest-coverage-badges output docs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.45.11",
3
+ "version": "0.45.12",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "badges": "jest-coverage-badges output docs",