@vltpkg/dot-prop 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/dot-prop
4
4
 
5
- A library that allows you to easily access, set, delete, and check deeply nested properties in objects and arrays using string-based paths.
5
+ A library that allows you to easily access, set, delete, and check
6
+ deeply nested properties in objects and arrays using string-based
7
+ paths.
6
8
 
7
9
  ## Usage
8
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vltpkg/dot-prop",
3
3
  "description": "Get and manipulate an object using strings",
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",