From: Justin Wind Date: Fri, 10 Jun 2022 22:56:34 +0000 (-0700) Subject: bump package version to 1.1.0 X-Git-Tag: v1.1.0 X-Git-Url: http://git.squeep.com/?p=squeep-lazy-property;a=commitdiff_plain;h=bddef54d11fd12b645b4784981b6c1af6916a671 bump package version to 1.1.0 --- diff --git a/package-lock.json b/package-lock.json index 8607c96..1273260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/lazy-property", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/lazy-property", - "version": "1.0.1", + "version": "1.1.0", "license": "ISC", "dependencies": { "eslint": "^8.17.0", @@ -17,6 +17,9 @@ "nyc": "^15.1.0", "pre-commit": "^1.2.2", "sinon": "^14.0.0" + }, + "engines": { + "node": ">=14" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index eed876b..ccf425d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/lazy-property", - "version": "1.0.1", + "version": "1.1.0", "description": "Defer property initialization calls until first access.", "keywords": [ "lazy",