react-use-clipboard
Advanced tools
Comparing version 1.0.6 to 1.0.7
# react-use-clipboard | ||
## 1.0.7 | ||
### Patch Changes | ||
- a0162ac: Remove modern JS from dist to work with Next.js | ||
## 1.0.6 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "react-use-clipboard", | ||
"description": "React hook that provides copy to clipboard functionality.", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "Daniel O'Connor <daniel@danoc.me>", | ||
@@ -9,3 +9,2 @@ "license": "MIT", | ||
"main": "./dist/react-use-clipboard.js", | ||
"exports": "./dist/react-use-clipboard.modern.js", | ||
"module": "./dist/react-use-clipboard.module.js", | ||
@@ -23,3 +22,4 @@ "unpkg": "./dist/react-use-clipboard.umd.js", | ||
"format": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,json,md,mdx,html}\" --write", | ||
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle && yarn changeset publish" | ||
"build": "yarn microbundle", | ||
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn build && yarn changeset publish" | ||
}, | ||
@@ -26,0 +26,0 @@ "dependencies": { |
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
13054