use-clipboard-copier
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "use-clipboard-copier", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A react hook which helps you copy text to your clipboard.", | ||
@@ -39,2 +39,6 @@ "main": "lib/index.js", | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"files": [ | ||
@@ -41,0 +45,0 @@ "lib/**/*" |
## ****useClipBoardCopier 🪝**** | ||
A React hook which helps you copy text to your clipboard. 📋 | ||
A React hook which helps you copy text to your clipboard 📋 | ||
@@ -5,0 +5,0 @@ ### Installation |
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
3754
3