npm-update-package 0.45.9 → 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 +10 -0
- package/dist/package.json +4 -1
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
[](https://badge.fury.io/js/npm-update-package)
|
|
2
2
|
[](https://standardjs.com)
|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
8
|
+

|
|
3
9
|
|
|
4
10
|
# npm-update-package
|
|
5
11
|
|
|
@@ -385,3 +391,7 @@ npm-update-package can be used in environments where Renovate cannot be used for
|
|
|
385
391
|
### What should I do if conflicts occurred in the pull request?
|
|
386
392
|
|
|
387
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,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.12",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
|
+
"badges": "jest-coverage-badges output docs",
|
|
6
7
|
"build": "tsc --project tsconfig.build.json",
|
|
7
8
|
"clean": "rimraf dist",
|
|
8
9
|
"lint": "eslint '**/*.{js,ts}'",
|
|
10
|
+
"prebadges": "npm test",
|
|
9
11
|
"prebuild": "npm run clean",
|
|
10
12
|
"prepare": "husky install",
|
|
11
13
|
"prepublish": "npm-run-all lint test build",
|
|
@@ -50,6 +52,7 @@
|
|
|
50
52
|
"eslint-plugin-tsdoc": "0.2.14",
|
|
51
53
|
"husky": "7.0.4",
|
|
52
54
|
"jest": "27.4.7",
|
|
55
|
+
"jest-coverage-badges": "1.1.2",
|
|
53
56
|
"lint-staged": "12.3.5",
|
|
54
57
|
"npm-run-all": "4.1.5",
|
|
55
58
|
"rimraf": "3.0.2",
|
package/package.json
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.12",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
|
+
"badges": "jest-coverage-badges output docs",
|
|
6
7
|
"build": "tsc --project tsconfig.build.json",
|
|
7
8
|
"clean": "rimraf dist",
|
|
8
9
|
"lint": "eslint '**/*.{js,ts}'",
|
|
10
|
+
"prebadges": "npm test",
|
|
9
11
|
"prebuild": "npm run clean",
|
|
10
12
|
"prepare": "husky install",
|
|
11
13
|
"prepublish": "npm-run-all lint test build",
|
|
@@ -50,6 +52,7 @@
|
|
|
50
52
|
"eslint-plugin-tsdoc": "0.2.14",
|
|
51
53
|
"husky": "7.0.4",
|
|
52
54
|
"jest": "27.4.7",
|
|
55
|
+
"jest-coverage-badges": "1.1.2",
|
|
53
56
|
"lint-staged": "12.3.5",
|
|
54
57
|
"npm-run-all": "4.1.5",
|
|
55
58
|
"rimraf": "3.0.2",
|