Skip to content

Commit

Permalink
chore(typescript): Update type location
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Feb 25, 2024
1 parent 5544f86 commit 7a5f8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-social-login-buttons",
"version": "4.0.0",
"version": "4.0.1",
"description": "Simple social login buttons for React",
"main": "./dist/index.js",
"types": "./src/types.d.ts",
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest",
"lint": "prettier --check .",
Expand Down

0 comments on commit 7a5f8a9

Please sign in to comment.