@endevco/aube-win32-arm64 1.0.0-beta.6 → 1.0.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/aube.exe +0 -0
- package/bin/aubr.exe +0 -0
- package/bin/aubx.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -185,7 +185,7 @@ aube ignored-builds
|
|
|
185
185
|
|
|
186
186
|
## Package Layout
|
|
187
187
|
|
|
188
|
-
aube uses an isolated `node_modules` layout. Packages are linked through `node_modules/.aube/`, and package files are stored once in `~/.aube
|
|
188
|
+
aube uses an isolated `node_modules` layout. Packages are linked through `node_modules/.aube/`, and package files are stored once in `$XDG_DATA_HOME/aube/store/` (defaulting to `~/.local/share/aube/store/`).
|
|
189
189
|
|
|
190
190
|
That means:
|
|
191
191
|
|
package/bin/aube.exe
CHANGED
|
Binary file
|
package/bin/aubr.exe
CHANGED
|
Binary file
|
package/bin/aubx.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED