We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c0a41 commit 3c8e51cCopy full SHA for 3c8e51c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-copy-button",
3
- "version": "0.1.2",
+ "version": "0.2.0",
4
"homepage": "https://cham11ng.github.io/react-copy-button",
5
"description": "Copy to clipboard react button component.",
6
"author": "cham11ng",
@@ -17,7 +17,7 @@
17
"scripts": {
18
"build": "rollup -c",
19
"start": "rollup -c -w",
20
- "prepare": "husky install",
+ "prepare": "yarn build && husky install",
21
"predeploy": "cd example && yarn install && yarn run build",
22
"deploy": "gh-pages -d example/build",
23
"lint": "eslint .",
0 commit comments