Skip to content

Commit

Permalink
v0.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Aug 31, 2024
1 parent 6b38217 commit 4cfe97f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 9 deletions.
38 changes: 33 additions & 5 deletions app-template/package-lock.json

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

2 changes: 1 addition & 1 deletion app-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"upgrade-cubing": "npm install --save cubing@latest"
},
"dependencies": {
"cubing": "^0.51.0"
"cubing": "^0.51.1"
},
"devDependencies": {
"barely-a-dev-server": "^0.6.1"
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-cubing-app",
"version": "0.51.0-b",
"version": "0.51.1",
"type": "module",
"bin": {
"create-cubing-app": "bin/create-cubing-app.js"
Expand Down

0 comments on commit 4cfe97f

Please sign in to comment.