Skip to content

Commit

Permalink
fix(package.json): add license and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
i7N3 committed Dec 28, 2022
1 parent 7ec254c commit 41ed95b
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,53 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
},
"license": "MIT",
"keywords": [
"react-oauth-google",
"react-google-login",
"react-social-login",
"react-oauth",
"react-login",
"svelte-oauth-google",
"svelte-google-login",
"svelte-social-login",
"svelte-oauth",
"svelte-login",
"vue-oauth-google",
"vue-google-login",
"vue-social-login",
"vue-oauth",
"vue-login",
"js-oauth-google",
"js-google-login",
"js-social-login",
"js-oauth",
"js-login",
"ts-oauth-google",
"ts-google-login",
"ts-social-login",
"ts-oauth",
"ts-login",
"google-login",
"google-oAuth2",
"google-oAuth",
"gsi",
"svelte",
"sveltekit",
"react",
"reactjs",
"vue",
"angular",
"typescript",
"login",
"signin",
"sign-in",
"google",
"identity",
"auth",
"oauth",
"oauth2",
"google-signin"
]
}

0 comments on commit 41ed95b

Please sign in to comment.