Skip to content

Commit

Permalink
fix: icon name typo (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphi committed Feb 26, 2024
1 parent 33196a0 commit 401c6dd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@placekit/autocomplete-react",
"version": "2.2.1",
"version": "2.2.2",
"author": "PlaceKit <support@placekit.io>",
"description": "PlaceKit Autocomplete React library",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
Expand All @@ -62,7 +62,7 @@
"rollup-plugin-copy": "^3.5.0"
},
"dependencies": {
"@placekit/autocomplete-js": "^2.2.0",
"@placekit/autocomplete-js": "^2.2.1",
"@types/react": "^18.2.58",
"prop-types": "^15.8.1"
},
Expand Down

0 comments on commit 401c6dd

Please sign in to comment.