@flywire/react-hooks
Advanced tools
Comparing version 0.0.8-3 to 0.0.8
@@ -9,4 +9,8 @@ # Changelog | ||
## [Unreleased] | ||
## [0.0.8] - 2020-06-23 | ||
### Added | ||
- Set react and react-dom as peerDependencies | ||
## [0.0.6] - 2020-06-23 | ||
@@ -13,0 +17,0 @@ |
{ | ||
"name": "@flywire/react-hooks", | ||
"version": "0.0.8-3", | ||
"version": "0.0.8", | ||
"description": "A collection of Reacts hooks used in Flywire", | ||
@@ -21,3 +21,4 @@ "main": "dist/index.js", | ||
"test:once": "jest", | ||
"validate": "npm run check:format && npm run lint" | ||
"validate": "npm run check:format && npm run lint", | ||
"version": "npm run build && git add -A && git push && git push --tags" | ||
}, | ||
@@ -24,0 +25,0 @@ "license": "MIT", |
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
17871