whoops 4.1.1 → 4.1.2

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 CHANGED
@@ -2,8 +2,8 @@
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.1",
6
- "main": "lib/index.js",
5
+ "version": "4.1.2",
6
+ "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
9
9
  "name": "Kiko Beats",
@@ -49,13 +49,13 @@
49
49
  "node": ">= 8"
50
50
  },
51
51
  "files": [
52
- "lib"
52
+ "src"
53
53
  ],
54
54
  "scripts": {
55
55
  "clean": "rm -rf node_modules",
56
56
  "contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
57
57
  "coveralls": "nyc report --reporter=text-lcov | coveralls",
58
- "lint": "standard lib",
58
+ "lint": "standard",
59
59
  "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
60
60
  "prerelease": "npm run update:check && npm run contributors",
61
61
  "pretest": "npm run lint",
@@ -88,6 +88,9 @@
88
88
  "pre-commit": "npx nano-staged"
89
89
  },
90
90
  "standard": {
91
- "env": "mocha"
91
+ "globals": [
92
+ "describe",
93
+ "it"
94
+ ]
92
95
  }
93
96
  }
File without changes
File without changes
File without changes
File without changes
File without changes