Skip to content

Commit

Permalink
chore: package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum committed Nov 30, 2022
1 parent 2573d67 commit c5718a2
Show file tree
Hide file tree
Showing 6 changed files with 1,954 additions and 1,939 deletions.
27 changes: 0 additions & 27 deletions .github/actions/setup/action.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Override Yarn command so we can automatically setup the repo on running `yarn`

yarn-path "scripts/bootstrap.js"
50 changes: 24 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mattermost/react-native-turbo-mailer",
"version": "0.1.0",
"version": "0.0.0",
"description": "An adaptation of react-native-mail that supports Turbo Module",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -32,46 +32,44 @@
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "bob build",
"release": "release-it",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn install && yarn example pods",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
"clean": "del-cli android/build"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/avinashlng1080/react-native-turbo-mailer",
"author": "Mattermost <[email protected]> (https://github.com/avinashlng1080)",
"repository": "https://github.com/mattermost/react-native-turbo-mailer",
"author": "Avinash Lingaloo <[email protected]> (https://github.com/avinashlng1080)",
"license": "MIT",
"bugs": {
"url": "https://github.com/avinashlng1080/react-native-turbo-mailer/issues"
"url": "https://github.com/mattermost/react-native-turbo-mailer/issues"
},
"homepage": "https://github.com/avinashlng1080/react-native-turbo-mailer#readme",
"homepage": "https://github.com/mattermost/react-native-turbo-mailer#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.7",
"@commitlint/config-conventional": "^17.0.2",
"@react-native-community/eslint-config": "^3.0.2",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^28.1.2",
"@types/react": "~17.0.21",
"@arkweid/lefthook": "0.7.7",
"@commitlint/config-conventional": "17.0.2",
"@react-native-community/eslint-config": "3.0.2",
"@release-it/conventional-changelog": "5.0.0",
"@types/jest": "28.1.2",
"@types/react": "17.0.21",
"@types/react-native": "0.70.0",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.1",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"commitlint": "17.0.2",
"del-cli": "5.0.0",
"eslint": "8.4.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "28.1.1",
"pod-install": "0.1.0",
"prettier": "2.0.5",
"react": "18.1.0",
"react-native": "0.70.6",
"react-native-builder-bob": "^0.20.0",
"release-it": "^15.0.0",
"typescript": "^4.5.2"
"react-native-builder-bob": "0.20.0",
"release-it": "15.0.0",
"typescript": "4.5.2"
},
"resolutions": {
"@types/react": "17.0.21"
Expand Down Expand Up @@ -102,7 +100,7 @@
"tagName": "v${version}"
},
"npm": {
"publish": true
"publish": false
},
"github": {
"release": true
Expand Down
29 changes: 0 additions & 29 deletions scripts/bootstrap.js

This file was deleted.

Loading

0 comments on commit c5718a2

Please sign in to comment.