aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-27 16:49:11 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-02-08 21:43:17 +0100
commit852c3b0eaed48265354046d068f0cfa565827e7c (patch)
tree858a60359dda635da2647900564e4963f68d57df /packages/main/package.json
parentchore: Annotate shared packages for purity (diff)
downloadsophie-852c3b0eaed48265354046d068f0cfa565827e7c.tar.gz
sophie-852c3b0eaed48265354046d068f0cfa565827e7c.tar.zst
sophie-852c3b0eaed48265354046d068f0cfa565827e7c.zip
refactor: Extract resource path management
Lets us access absolute paths and URLs without directly calling node APIs. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/main/package.json')
-rw-r--r--packages/main/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index 9b87835..ea10b84 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -38,6 +38,7 @@
38 "esbuild": "^0.14.14", 38 "esbuild": "^0.14.14",
39 "git-repo-info": "^2.1.1", 39 "git-repo-info": "^2.1.1",
40 "jest": "^27.4.7", 40 "jest": "^27.4.7",
41 "jest-each": "^27.4.6",
41 "jest-mock": "^27.4.6", 42 "jest-mock": "^27.4.6",
42 "source-map-support": "^0.5.21" 43 "source-map-support": "^0.5.21"
43 } 44 }