diff --git a/package-lock.json b/package-lock.json index e2b56db..757fa93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@visisoft/staticland", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@visisoft/staticland", - "version": "2.1.3", + "version": "2.1.4", "license": "JSON", "dependencies": { "ramda": "^0.30.1" diff --git a/package.json b/package.json index 11ec9a5..cd2c21a 100644 --- a/package.json +++ b/package.json @@ -101,5 +101,5 @@ "test:individual": "npx mocha --no-config test/readmeExampleTest.mjs" }, "type": "module", - "version": "2.1.3" + "version": "2.1.4" }