|
@@ -1,5 +1,5 @@
|
1
|
1
|
{
|
2
|
|
- "name": "@th3rdwave/safe-area-view",
|
|
2
|
+ "name": "react-native-safe-area-context",
|
3
|
3
|
"version": "0.1.0",
|
4
|
4
|
"description": "A more flexible <SafeAreaView>",
|
5
|
5
|
"main": "src/index.tsx",
|
|
@@ -11,7 +11,7 @@
|
11
|
11
|
"/*.podspec"
|
12
|
12
|
],
|
13
|
13
|
"author": "Janic Duplessis <janicduplessis@gmail.com>",
|
14
|
|
- "homepage": "https://github.com/th3rdwave/safe-area-view#readme",
|
|
14
|
+ "homepage": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
|
15
|
15
|
"license": "MIT",
|
16
|
16
|
"scripts": {
|
17
|
17
|
"start": "react-native start",
|
|
@@ -34,7 +34,6 @@
|
34
|
34
|
"@types/react-native": "^0.60.5",
|
35
|
35
|
"@typescript-eslint/eslint-plugin": "^1.7.0",
|
36
|
36
|
"@typescript-eslint/parser": "^1.7.0",
|
37
|
|
- "babel-plugin-module-resolver": "^3.2.0",
|
38
|
37
|
"eslint": "5.16.0",
|
39
|
38
|
"eslint-config-prettier": "^4.2.0",
|
40
|
39
|
"eslint-plugin-prettier": "3.0.1",
|
|
@@ -46,6 +45,6 @@
|
46
|
45
|
},
|
47
|
46
|
"repository": {
|
48
|
47
|
"type": "git",
|
49
|
|
- "url": "https://github.com/th3rdwave/safe-area-view.git"
|
|
48
|
+ "url": "https://github.com/th3rdwave/react-native-safe-area-context.git"
|
50
|
49
|
}
|
51
|
50
|
}
|