Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frostburn committed Dec 21, 2023
1 parent 3f86fea commit 163299d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 163299d

Please sign in to comment.