Skip to content

Commit a90716b

Browse files
committed
😎 V4
1 parent 0d17853 commit a90716b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎package.json‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0-rc.35",
2+
"version": "4.0.0",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
@@ -10,6 +10,10 @@
1010
"engines": {
1111
"node": ">=10"
1212
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/ealush/emoji-picker-react.git"
16+
},
1317
"scripts": {
1418
"start": "tsdx watch",
1519
"build": "node ./scripts/prepare.js && tsdx build",
@@ -26,7 +30,7 @@
2630
},
2731
"husky": {
2832
"hooks": {
29-
"pre-commit": "tsdx lint"
33+
"pre-commit": "yarn lint"
3034
}
3135
},
3236
"prettier": {

0 commit comments

Comments
 (0)