diff --git a/package-lock.json b/package-lock.json index a9dd800..87d1bf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "purdy", - "version": "3.5.3", + "version": "3.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "purdy", - "version": "3.5.3", + "version": "3.6.0", "license": "MIT", "dependencies": { "@hapi/bossy": "^6.0.1", diff --git a/package.json b/package.json index f66c02e..6cbc4bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purdy", - "version": "3.5.3", + "version": "3.6.0", "description": "Pretty print objects in real purdy colors. Allows clearer visualization of objects than you get from most pretty printers due to colors. It will also print out the complete path to an object, something that's extremely useful for debugging. Purdy will also print out the path to access a variable using Hoek format making it useful on accessing values.", "main": "lib/index.js", "scripts": {