honeybadger-react
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "honeybadger-react", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "React library support for Honeybadger.io", | ||
@@ -38,7 +38,7 @@ "main": "lib/index.js", | ||
}, | ||
"author": "Conlin Durbin <conlindurbin@protonmail.com>", | ||
"author": "Conlin Durbin <conlin@lessonly.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:wuz/honeybadger-react.git" | ||
"url": "git@github.com:lessonly/honeybadger-react.git" | ||
} | ||
} |
module.exports = { | ||
printWidth: 100, | ||
parser: "flow" | ||
parser: "flow", | ||
arrowParens: "always", | ||
trailingComma: "es5", | ||
singleQuote: true, | ||
tabWidth: 2, | ||
useTabs: false, | ||
semi: true | ||
}; |
@@ -10,3 +10,3 @@ # Honeybadger - React integration | ||
This package provides a React [error boundary](https://reactjs.org/blog/2017/07/26/error-handling-in-react-16.html) from [Honeybadger.io](https://honeybadger.io). It allows for better | ||
This package provides a React [error boundary](https://reactjs.org/blog/2017/07/26/error-handling-in-react-16.html) from [Honeybadger.io](https://honeybadger.io). | ||
@@ -57,2 +57,2 @@ ## Installation | ||
The honeybadger-react JS library is free software released under the MIT License. See [LICENSE.txt](LICENSE.txt) for details. | ||
The honeybadger-react JS library is free software released under the MIT License. See [LICENSE](LICENSE) for details. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
378685
535
57