diff --git a/package-lock.json b/package-lock.json index 32a27ec..45f0d22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ultraviolet-static", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ultraviolet-static", - "version": "1.0.1", + "version": "1.0.2", "dependencies": { "fs-extra": "^10.1.0" }, diff --git a/package.json b/package.json index 7c2afa1..b366ac7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ultraviolet-static", "main": "lib/index.js", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "scripts": { "build": "node scripts/build.js"