Skip to content

Commit

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

- Fix packaging to include the type re-exports.
  • Loading branch information
lgarron committed Mar 17, 2024
1 parent 49db203 commit 988c602
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.48.0",
"version": "0.48.1",
"description": "A collection of JavaScript cubing libraries.",
"author": "The js.cubing.net team",
"type": "module",
Expand Down Expand Up @@ -98,7 +98,11 @@
"node": ">=19",
"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 988c602

Please sign in to comment.