errorreporter 1.0.253 → 1.0.256

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.
Files changed (2) hide show
  1. package/package.json +1 -2
  2. package/readme.md +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "errorreporter",
3
- "version": "1.0.253",
3
+ "version": "1.0.256",
4
4
  "description": "Error reporter for client.",
5
5
  "keywords": [
6
6
  "client",
@@ -52,7 +52,6 @@
52
52
  "devDependencies": {
53
53
  "@babel/eslint-parser": "*",
54
54
  "@babel/plugin-transform-proto-to-assign": "*",
55
- "@types/jest": "*",
56
55
  "@types/jsdom": "*",
57
56
  "@types/node": "*",
58
57
  "@types/webpack-env": "*",
package/readme.md CHANGED
@@ -40,9 +40,11 @@ error with detailed client informations. You can filter each non supported
40
40
  client technology to avoid getting error reports from environments which aren't
41
41
  expected.
42
42
 
43
- #!HTML
44
-
45
- <script src="https://torben.website/errorreporter/data/distributionBundle/index.compiled.js"></script>
43
+ ```HTML
44
+ <script
45
+ src="https://torben.website/errorreporter/data/distributionBundle/index.compiled.js"
46
+ ></script>
47
+ ```
46
48
 
47
49
  <!-- region vim modline
48
50
  vim: set tabstop=4 shiftwidth=4 expandtab: