bump package version to 1.2.1 v1.2.1
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 10 Jun 2022 22:59:45 +0000 (15:59 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 10 Jun 2022 22:59:45 +0000 (15:59 -0700)
package-lock.json
package.json

index 98e72892495c865816c80aa686c2092813f245eb..3b03be2136a8909e2ba98492994dcbf70048549f 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/html-template-helper",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/html-template-helper",
-      "version": "1.2.0",
+      "version": "1.2.1",
       "license": "ISC",
       "dependencies": {
         "@squeep/lazy-property": "git+https://git.squeep.com/squeep-lazy-property/#v1.1.0"
@@ -22,7 +22,7 @@
         "pre-commit": "^1.2.2"
       },
       "engines": {
-        "node": ">=14.0"
+        "node": ">=14"
       }
     },
     "node_modules/@babel/code-frame": {
index a6d90768cb4522b374ade7bf039b279897716d6e..609f35c3d5cc682489894cefe7c2332388b58a20 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/html-template-helper",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "description": "Helper functions for generating HTML pages and boilerplate; intended for use in Squeep Framework Applications.",
   "main": "index.js",
   "scripts": {