bump package version to 1.1.2
[squeep-lazy-property] / package.json
index 73af25de6c521f63b8090dfc2268f89096672495..ed4ad677a78562cbc7065d786464ecaa4ed232f9 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/lazy-property",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "description": "Defer property initialization calls until first access.",
   "keywords": [
     "lazy",
@@ -26,9 +26,9 @@
     "type": "git",
     "url": "https://git.squeep.com/squeep-lazy-property/"
   },
-  "author": "Justin Wind <jwind-indieauther@squeep.com>",
+  "author": "Justin Wind <jwind-npm@squeep.com>",
   "license": "ISC",
-  "dependencies": {
+  "devDependencies": {
     "eslint": "^8.18.0",
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-security": "^1.5.0",