npm-update-package 0.48.3 → 0.48.4

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
@@ -2,10 +2,6 @@
2
2
  [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
3
3
  [![eslint](https://github.com/npm-update-package/npm-update-package/actions/workflows/eslint.yml/badge.svg)](https://github.com/npm-update-package/npm-update-package/actions/workflows/eslint.yml)
4
4
  [![test](https://github.com/npm-update-package/npm-update-package/actions/workflows/test.yml/badge.svg)](https://github.com/npm-update-package/npm-update-package/actions/workflows/test.yml)
5
- ![Coverage:statements](docs/badge-statements.svg)
6
- ![Coverage:branches](docs/badge-branches.svg)
7
- ![Coverage:functions](docs/badge-functions.svg)
8
- ![Coverage:lines](docs/badge-lines.svg)
9
5
 
10
6
  # npm-update-package
11
7
 
package/dist/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.48.3",
3
+ "version": "0.48.4",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
- "badges": "jest-coverage-badges output docs",
7
6
  "build": "tsc --project tsconfig.build.json",
8
7
  "clean": "rimraf dist",
9
8
  "lint": "eslint '**/*.{js,ts}'",
10
- "posttest": "npm run badges",
11
9
  "prebuild": "npm run clean",
12
10
  "prepare": "husky install",
13
11
  "prepublish": "npm-run-all lint test build",
@@ -46,13 +44,12 @@
46
44
  "eslint": "8.11.0",
47
45
  "eslint-config-standard-with-typescript": "21.0.1",
48
46
  "eslint-plugin-import": "2.25.4",
49
- "eslint-plugin-jest": "26.1.2",
47
+ "eslint-plugin-jest": "26.1.3",
50
48
  "eslint-plugin-node": "11.1.0",
51
49
  "eslint-plugin-promise": "6.0.0",
52
50
  "eslint-plugin-tsdoc": "0.2.14",
53
51
  "husky": "7.0.4",
54
52
  "jest": "27.4.7",
55
- "jest-coverage-badges": "1.1.2",
56
53
  "lint-staged": "12.3.7",
57
54
  "npm-run-all": "4.1.5",
58
55
  "rimraf": "3.0.2",
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.48.3",
3
+ "version": "0.48.4",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
- "badges": "jest-coverage-badges output docs",
7
6
  "build": "tsc --project tsconfig.build.json",
8
7
  "clean": "rimraf dist",
9
8
  "lint": "eslint '**/*.{js,ts}'",
10
- "posttest": "npm run badges",
11
9
  "prebuild": "npm run clean",
12
10
  "prepare": "husky install",
13
11
  "prepublish": "npm-run-all lint test build",
@@ -46,13 +44,12 @@
46
44
  "eslint": "8.11.0",
47
45
  "eslint-config-standard-with-typescript": "21.0.1",
48
46
  "eslint-plugin-import": "2.25.4",
49
- "eslint-plugin-jest": "26.1.2",
47
+ "eslint-plugin-jest": "26.1.3",
50
48
  "eslint-plugin-node": "11.1.0",
51
49
  "eslint-plugin-promise": "6.0.0",
52
50
  "eslint-plugin-tsdoc": "0.2.14",
53
51
  "husky": "7.0.4",
54
52
  "jest": "27.4.7",
55
- "jest-coverage-badges": "1.1.2",
56
53
  "lint-staged": "12.3.7",
57
54
  "npm-run-all": "4.1.5",
58
55
  "rimraf": "3.0.2",