react-click-away-listener
Advanced tools
Comparing version 1.5.3 to 1.6.0
{ | ||
"name": "react-click-away-listener", | ||
"version": "1.5.3", | ||
"version": "1.6.0", | ||
"description": "A simple click away listener built with React Hooks", | ||
@@ -16,2 +16,3 @@ "main": "dist/react-click-away-listener.js", | ||
"build:declaration": "tsc", | ||
"semantic-release": "semantic-release", | ||
"cleanup": "rimraf dist", | ||
@@ -36,2 +37,3 @@ "build": "npm run cleanup && npm-run-all build:*", | ||
"@rollup/plugin-babel": "^5.2.0", | ||
"@semantic-release/npm": "^7.0.10", | ||
"@testing-library/react": "^9.3.1", | ||
@@ -73,3 +75,16 @@ "@types/jest": "^24.0.21", | ||
} | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main", | ||
{ | ||
"name": "beta", | ||
"prerelease": true | ||
} | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/npm" | ||
] | ||
} | ||
} |
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
19568
27