Skip to content

Commit 3c8e51c

Browse files
committed
Bump version
1 parent 21c0a41 commit 3c8e51c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-copy-button",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"homepage": "https://cham11ng.github.io/react-copy-button",
55
"description": "Copy to clipboard react button component.",
66
"author": "cham11ng",
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"build": "rollup -c",
1919
"start": "rollup -c -w",
20-
"prepare": "husky install",
20+
"prepare": "yarn build && husky install",
2121
"predeploy": "cd example && yarn install && yarn run build",
2222
"deploy": "gh-pages -d example/build",
2323
"lint": "eslint .",

0 commit comments

Comments
 (0)