Skip to content

Commit

Permalink
v0.43.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Oct 25, 2023
1 parent 1d0e1fa commit 8b39118
Show file tree
Hide file tree
Showing 2 changed files with 9 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.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-cubing-app",
"version": "0.38.0",
"version": "0.43.5",
"type": "module",
"bin": "./bin/create-cubing-app.js",
"engines": {
Expand All @@ -19,5 +19,10 @@
"esbuild": "^0.19.2",
"validate-npm-package-name": "^5.0.0"
},
"files": ["./bin", "./script", "./src", "./tsconfig.json"]
"files": [
"./bin",
"./script",
"./src",
"./tsconfig.json"
]
}

0 comments on commit 8b39118

Please sign in to comment.