Skip to content

Commit 8a4811f

Browse files
committed
fix: alias patha to the node bundle
1 parent 6042351 commit 8a4811f

File tree

2 files changed

+118
-117
lines changed

2 files changed

+118
-117
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
"@types/cross-spawn": "^6.0.2",
7878
"@types/jest": "^28.1.7",
7979
"@types/mri": "^1.1.1",
80-
"@types/node": "^18.7.8",
80+
"@types/node": "^18.7.9",
8181
"@types/semver": "^7.3.12",
8282
"@types/which": "^2.0.1",
8383
"caxa": "^2.1.0",
8484
"cross-env": "7.0.3",
8585
"cross-spawn": "^7.0.3",
86-
"cspell": "^6.7.0",
86+
"cspell": "^6.8.0",
8787
"eslint": "^8.22.0",
8888
"eslint-config-atomic": "^1.18.1",
8989
"gen-readme": "^1.6.0",
@@ -124,7 +124,8 @@
124124
"meson"
125125
],
126126
"alias": {
127-
"electron": false
127+
"electron": false,
128+
"patha": "patha/dist/index.node.mjs"
128129
},
129130
"pnpm": {
130131
"overrides": {

0 commit comments

Comments
 (0)