@vltpkg/xdg 0.0.0-2 → 0.0.0-4
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# @vltpkg/xdg
|
|
4
4
|
|
|
5
|
-
Get appropriate data, cache, and config directories following the
|
|
5
|
+
Get appropriate data, cache, and config directories following the
|
|
6
|
+
[XDG spec](https://wiki.archlinux.org/title/XDG_Base_Directory),
|
|
7
|
+
namespaced to a specific app-name subfolder.
|
|
6
8
|
|
|
7
9
|
## Usage
|
|
8
10
|
|