Skip to content

Commit

Permalink
refactor: removed tsconfig package
Browse files Browse the repository at this point in the history
  • Loading branch information
aboozaid committed May 17, 2023
1 parent 0ffa652 commit 508a7ea
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 30 deletions.
20 changes: 4 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions packages/hotspot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@react-native-tethering/hotspot",
"version": "1.0.0",
"private":"false",
"description": "Tethering Hotspot is an Android module for your react-native and expo app which provides Hotspot functionalities such as scanning, change states and more. It built on top of the latest/official Android Connectivity classes.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -76,9 +77,6 @@
"resolutions": {
"@types/react": "17.0.21"
},
"dependencies": {
"tsconfig": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
Expand Down Expand Up @@ -160,5 +158,5 @@
]
]
},
"gitHead": "fe94ba3ebe368ec6801df83e69802356272b836b"
"gitHead": "0ffa6526c599f826866744184e92f5a34d917b8f"
}
2 changes: 1 addition & 1 deletion packages/hotspot/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "tsconfig/base.json",
"extends": "../../tsconfig.json",
}
4 changes: 0 additions & 4 deletions packages/tsconfig/package.json

This file was deleted.

6 changes: 2 additions & 4 deletions packages/wifi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@react-native-tethering/wifi",
"version": "1.0.0",
"private":"false",
"description": "Tethering WiFi is an Android module for your react-native and expo app which provides WiFi functionalities such as scanning, connecting and more. It built on top of the latest/official Android WiFi classes.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -76,9 +77,6 @@
"resolutions": {
"@types/react": "17.0.21"
},
"dependencies": {
"tsconfig": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
Expand Down Expand Up @@ -160,5 +158,5 @@
]
]
},
"gitHead": "fe94ba3ebe368ec6801df83e69802356272b836b"
"gitHead": "0ffa6526c599f826866744184e92f5a34d917b8f"
}
2 changes: 1 addition & 1 deletion packages/wifi/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "tsconfig/base.json",
"extends": "../../tsconfig.json",
}
File renamed without changes.

0 comments on commit 508a7ea

Please sign in to comment.