Skip to content

Commit 67dbe6e

Browse files
fix: try to fix web build
1 parent 99e0906 commit 67dbe6e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

example/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-native-paper-dates-example",
33
"description": "Example app for react-native-paper-dates",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"private": true,
6-
"main": "node_modules/expo/AppEntry.js",
6+
"main": "index.js",
77
"scripts": {
88
"android": "expo start --android",
99
"ios": "expo start --ios",
@@ -12,7 +12,6 @@
1212
"test": "jest"
1313
},
1414
"dependencies": {
15-
"add": "^2.0.6",
1615
"expo": "^48.0.0",
1716
"expo-splash-screen": "~0.18.2",
1817
"react": "18.2.0",

example/yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,11 +2383,6 @@ acorn@^8.7.1, acorn@^8.8.2:
23832383
resolved "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz#78a16e3b2bcc198c10822786fa6679e245db5b59"
23842384
integrity sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==
23852385

2386-
add@^2.0.6:
2387-
version "2.0.6"
2388-
resolved "https://registry.npmjs.org/add/-/add-2.0.6.tgz#248f0a9f6e5a528ef2295dbeec30532130ae2235"
2389-
integrity sha512-j5QzrmsokwWWp6kUcJQySpbG+xfOBqqKnup3OIk1pz+kB/80SLorZ9V8zHFLO92Lcd+hbvq8bT+zOGoPkmBV0Q==
2390-
23912386
agent-base@6:
23922387
version "6.0.2"
23932388
resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"

0 commit comments

Comments
 (0)