Skip to content

Commit

Permalink
😎 V4
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Sep 25, 2022
1 parent 0d17853 commit a90716b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0-rc.35",
"version": "4.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -10,6 +10,10 @@
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "https://github.com/ealush/emoji-picker-react.git"
},
"scripts": {
"start": "tsdx watch",
"build": "node ./scripts/prepare.js && tsdx build",
Expand All @@ -26,7 +30,7 @@
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
"pre-commit": "yarn lint"
}
},
"prettier": {
Expand Down

0 comments on commit a90716b

Please sign in to comment.