whoops 4.1.3 → 4.1.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/package.json +8 -4
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "whoops",
|
|
3
3
|
"description": "It makes simple throw qualified errors.",
|
|
4
4
|
"homepage": "https://github.com/Kikobeats/whoops",
|
|
5
|
-
"version": "4.1.
|
|
5
|
+
"version": "4.1.5",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
"url": "https://github.com/Kikobeats"
|
|
11
11
|
},
|
|
12
12
|
"contributors": [
|
|
13
|
+
{
|
|
14
|
+
"name": "Jorrit Schippers",
|
|
15
|
+
"email": "jorrit@ncode.nl"
|
|
16
|
+
},
|
|
13
17
|
{
|
|
14
18
|
"name": "Prasad Nayak",
|
|
15
19
|
"email": "prasadnayak1006@gmail.com"
|
|
@@ -59,11 +63,11 @@
|
|
|
59
63
|
],
|
|
60
64
|
"scripts": {
|
|
61
65
|
"clean": "rm -rf node_modules",
|
|
62
|
-
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
|
|
66
|
+
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
|
|
63
67
|
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
|
64
68
|
"lint": "standard",
|
|
65
69
|
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
66
|
-
"prerelease": "npm run update:check
|
|
70
|
+
"prerelease": "npm run update:check",
|
|
67
71
|
"pretest": "npm run lint",
|
|
68
72
|
"release": "standard-version -a",
|
|
69
73
|
"release:github": "conventional-github-releaser -p angular",
|
|
@@ -79,7 +83,7 @@
|
|
|
79
83
|
]
|
|
80
84
|
},
|
|
81
85
|
"nano-staged": {
|
|
82
|
-
"*.js": [
|
|
86
|
+
"*.js,!*.min.js,": [
|
|
83
87
|
"prettier-standard"
|
|
84
88
|
],
|
|
85
89
|
"*.md": [
|