Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Jun 26, 2023
1 parent a0c750b commit 97cb516
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gif-picker-react",
"description": "Tenor Gif Picker for React",
"version": "1.2.0",
"version": "1.3.0",
"author": "MrBartusek <[email protected]>",
"license": "MIT",
"keywords": [
Expand All @@ -23,9 +23,9 @@
"version": "npm run build",
"update-example": "npm install && cd example && npm update gif-picker-react && npm install && cd .."
},
"engines" : {
"npm" : ">=8.0.0",
"node" : ">=16.0.0"
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -48,6 +48,7 @@
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/addon-styling": "^1.3.0",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.23",
"@storybook/react-webpack5": "7.0.23",
Expand All @@ -69,14 +70,11 @@
"storybook": "7.0.23",
"storybook-dark-mode": "^3.0.0",
"tsup": "^7.1.0",
"typescript": "^5.1.3",
"@storybook/addon-styling": "^1.3.0"
"typescript": "^5.1.3"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"dependencies": {

}
"dependencies": {}
}

0 comments on commit 97cb516

Please sign in to comment.