summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-19 18:32:55 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-19 18:32:55 +0200
commit67ad38d0a7cd319623e9f41c0c381ed5c5f6f973 (patch)
tree2d7498fd846109c0e2f5e72d74d6fa71d6895c2e /package.json
parentbbb50922bf2d80e6b510eaca35477efb75704722 (diff)
added theme fetching
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 319e260..4440cfa 100644
--- a/package.json
+++ b/package.json
@@ -212,5 +212,8 @@
"space-before-function-paren": 0
}
},
+ "resolutions": {
+ "bezier-js": "4.0.3"
+ },
"main": "node_modules/expo/AppEntry.js"
}