@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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. 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 [XDG spec](https://wiki.archlinux.org/title/XDG_Base_Directory), namespaced to a specific app-name subfolder.
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
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vltpkg/xdg",
3
3
  "description": "platform-specific app directories following XDG spec",
4
- "version": "0.0.0-2",
4
+ "version": "0.0.0-4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/vltpkg/vltpkg.git",