diff --git a/package-lock.json b/package-lock.json index f061a08..3defac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xen-dev-utils", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xen-dev-utils", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "devDependencies": { "@types/benchmark": "^2.1.5", diff --git a/package.json b/package.json index bb8ff9f..0e903db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xen-dev-utils", "author": "Lumi Pakkanen", - "version": "0.2.0", + "version": "0.2.1", "description": "Utility functions used by the Scale Workshop ecosystem", "license": "MIT", "main": "dist/index", @@ -48,7 +48,7 @@ "premonzo-benchmark": "tsc -p tsconfig-benchmark.json", "monzo-benchmark": "node benchmarks/__benchmarks__/monzo.mark.js", "preprimes-benchmark": "tsc -p tsconfig-benchmark.json", - "primes-benchmark": "node benchmarks/__benchmarks__/primes.mark.js" + "primes-benchmark": "node benchmarks/__benchmarks__/primes.mark.js" }, "engines": { "node": ">=10.6.0"