Skip to content

Commit

Permalink
Update the project description and add it to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Mar 28, 2024
1 parent 421a61a commit 81cbad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `scramble-table`

A scramble table library for WCA competitions.
A UI for physical scramble tables at cubing competitions.

## Example

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@cubing/scramble-table",
"description": "A UI for physical scramble tables at cubing competitions.",
"version": "0.2.4",
"type": "module",
"publishConfig": {
Expand All @@ -17,9 +18,7 @@
"engines": {
"node": ">=19"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "make build",
"prepublishOnly": "make prepublishOnly"
Expand Down

0 comments on commit 81cbad8

Please sign in to comment.