Skip to content

Commit

Permalink
PSG-4901 update licensefile and package.json metadata, remove cmty fi…
Browse files Browse the repository at this point in the history
…les in favour of org-level files
  • Loading branch information
jenn-macfarlane committed Oct 22, 2024
1 parent b6a683d commit 8ff8674
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 269 deletions.
133 changes: 0 additions & 133 deletions CODE_OF_CONDUCT.md

This file was deleted.

122 changes: 0 additions & 122 deletions CONTRIBUTING.md

This file was deleted.

3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2024 Passage Identity, Inc
Copyright (c) 2024 Passage by 1Password

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down
40 changes: 27 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
{
"name": "@passageidentity/passage-flex-react-native",
"version": "0.1.2",
"description": "Native passkey authentication for your React Native and Expo apps.",
"version": "0.1.2",
"license": "MIT",
"author": "Passage Identity, Inc <[email protected]> (https://github.com/passageidentity)",
"description": "Passkey Flex for React Native - Add native passkey authentication to your own React Native authentication flows with Passage by 1Password",
"homepage": "https://github.com/passageidentity/passage-flex-react-native#readme",
"bugs": {
"url": "https://github.com/passageidentity/.github/blob/main/SUPPORT.md",
"email": "[email protected]"
},
"keywords": [
"javascript",
"android",
"ios",
"typescript",
"react-native",
"authentication",
"cross-platform",
"biometrics",
"passwordless",
"1password",
"expo",
"passage",
"webauthn",
"passkeys",
"passage-sdk",
"passkey-flex"
],
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
Expand Down Expand Up @@ -45,21 +70,10 @@
"prepare": "bob build",
"release": "release-it"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/passageidentity/passage-flex-react-native.git"
},
"author": "Passage Identity, Inc <[email protected]> (https://github.com/passageidentity)",
"license": "MIT",
"bugs": {
"url": "https://github.com/passageidentity/passage-flex-react-native/issues"
},
"homepage": "https://github.com/passageidentity/passage-flex-react-native#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down

0 comments on commit 8ff8674

Please sign in to comment.