Skip to content

Commit

Permalink
v0.51.1
Browse files Browse the repository at this point in the history
Release notes:

- [puzzles] Support puzzle-specific keyboard mappings.
- [search] Remove the note about Firefox 114.
- Switch built-in module imports to `getBuiltinModule(…)`.
  • Loading branch information
lgarron committed Aug 31, 2024
1 parent 3e141b0 commit 2ef95f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cubing",
"version": "0.51.0",
"version": "0.51.1",
"description": "A collection of JavaScript cubing libraries.",
"author": "The js.cubing.net team",
"type": "module",
Expand Down Expand Up @@ -96,7 +96,11 @@
"node": ">=20.16.0",
"bun": ">=1.0.30"
},
"files": ["./dist/bin/", "./dist/lib/", "*/index.d.ts"],
"files": [
"./dist/bin/",
"./dist/lib/",
"*/index.d.ts"
],
"scripts": {
"default": "make default",
"build": "make build",
Expand Down

0 comments on commit 2ef95f3

Please sign in to comment.