Skip to content

Commit

Permalink
Merge pull request #127 from sCrypt-Inc/transpiler_up
Browse files Browse the repository at this point in the history
Transpiler up
  • Loading branch information
zhfnjust authored Sep 26, 2024
2 parents 8f20971 + f78c2ec commit 81c0a88
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 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.2.0",
"version": "0.2.1",
"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.26",
"scrypt-ts-transpiler": "^1.2.28",
"scryptlib": "~2.2.1",
"semver": "^7.3.8",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion templates/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "~5.3.3",
"scrypt-cli": "^0.1.68"
"scrypt-cli": "^0.2.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion templates/demo-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "~5.3.3",
"scrypt-cli": "^0.1.68"
"scrypt-cli": "^0.2.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion templates/demo-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "~5.3.3",
"scrypt-cli": "^0.1.68"
"scrypt-cli": "^0.2.0"
},
"license": "MIT"
}

0 comments on commit 81c0a88

Please sign in to comment.