diff --git a/package-lock.json b/package-lock.json index e43a79b..cf77880 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "standard-error-set", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "standard-error-set", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "license": "Apache-2.0", "devDependencies": { "@liquid-labs/dmd": "^6.3.1", diff --git a/package.json b/package.json index 3c65a95..c19a10f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "standard-error-set", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "description": "A collection of common/standard error types to flesh out Javascripts rather anemic baseline.", "main": "dist/common-errors.js", "scripts": {