-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup yarn monorepo for packages (#988)
- Loading branch information
1 parent
4e630a9
commit a551b87
Showing
38 changed files
with
790 additions
and
1,140 deletions.
There are no files selected for viewing
18 changes: 10 additions & 8 deletions
18
.github/workflows/main.yml → .github/workflows/pull-request.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "website", | ||
"name": "rnaa-docs", | ||
"version": "0.0.0", | ||
"private": true, | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"name": "react-native-app-auth", | ||
"version": "7.2.0", | ||
"description": "React Native bridge for AppAuth for supporting any OAuth 2 provider", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"test": "jest", | ||
"lint": "eslint ." | ||
}, | ||
"files": [ | ||
"android", | ||
"ios", | ||
"index.d.ts", | ||
"react-native-app-auth.podspec" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/FormidableLabs/react-native-app-auth" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/FormidableLabs/react-native-app-auth/issues" | ||
}, | ||
"homepage": "https://github.com/FormidableLabs/react-native-app-auth", | ||
"keywords": [ | ||
"react", | ||
"react-native", | ||
"auth", | ||
"authentication", | ||
"oauth", | ||
"oauth2", | ||
"appauth" | ||
], | ||
"license": "MIT", | ||
"author": "Nearform Commerce (https://commerce.nearform.com)", | ||
"peerDependencies": { | ||
"react-native": ">=0.63.0" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.1", | ||
"@svitejs/changesets-changelog-github-compact": "^0.1.1", | ||
"babel-eslint": "10.0.3", | ||
"eslint": "6.8.0", | ||
"eslint-config-formidable": "4.0.0", | ||
"eslint-config-prettier": "6.9.0", | ||
"eslint-plugin-filenames": "1.3.2", | ||
"eslint-plugin-import": "2.19.1", | ||
"eslint-plugin-jest": "23.3.0", | ||
"eslint-plugin-prettier": "3.1.2", | ||
"eslint-plugin-promise": "4.2.1", | ||
"jest": "24.9.0", | ||
"prettier": "1.19.1", | ||
"react": "16.9.0", | ||
"react-native": "0.63.0" | ||
}, | ||
"dependencies": { | ||
"invariant": "2.2.4", | ||
"react-native-base64": "0.0.2" | ||
}, | ||
"jest": { | ||
"preset": "react-native" | ||
}, | ||
"publishConfig": { | ||
"provenance": true | ||
} | ||
} |
File renamed without changes.
Binary file not shown.
Oops, something went wrong.