react-use-clipboard
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-use-clipboard", | ||
"description": "React hook that provides copy to clipboard functionality.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Daniel O'Connor <daniel@danoc.me>", | ||
@@ -20,5 +20,4 @@ "license": "MIT", | ||
"test:prettier": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,json,md,mdx,html}\" --list-different", | ||
"prepublishOnly": "microbundle", | ||
"format": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,json,md,mdx,html}\" --write", | ||
"release": "np" | ||
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle && yarn changeset publish" | ||
}, | ||
@@ -33,2 +32,3 @@ "dependencies": { | ||
"@babel/preset-typescript": "^7.12.1", | ||
"@changesets/cli": "^2.12.0", | ||
"@testing-library/react": "^11.1.0", | ||
@@ -41,8 +41,5 @@ "@types/jest": "^26.0.15", | ||
"babel-loader": "^8.1.0", | ||
"husky": "^4.3.0", | ||
"jest": "^26.6.1", | ||
"microbundle": "0.11.0", | ||
"np": "^7.0.0", | ||
"prettier": "2.1.2", | ||
"pretty-quick": "^3.1.0", | ||
"react": "^17.0.1", | ||
@@ -75,8 +72,3 @@ "react-dom": "^17.0.1", | ||
], | ||
"homepage": "https://github.com/danoc/react-use-clipboard#readme", | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged" | ||
} | ||
} | ||
"homepage": "https://github.com/danoc/react-use-clipboard#readme" | ||
} |
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
13724
21
12