Skip to content

Commit

Permalink
support enum
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfnjust committed Apr 1, 2024
1 parent 79c5e1d commit 1ea3a76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrypt-cli",
"version": "0.1.72",
"version": "0.1.73",
"description": "CLI tool for creating and managing sCrypt projects.",
"bin": {
"scrypt": "./src/bin/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"json5": "^2.2.2",
"lodash": "^4.17.21",
"ora": "^5.4.1",
"scrypt-ts-transpiler": "^1.2.20",
"scrypt-ts-transpiler": "^1.2.21",
"scryptlib": "^2.1.41",
"semver": "^7.3.8",
"shelljs": "^0.8.5",
Expand Down

0 comments on commit 1ea3a76

Please sign in to comment.