Skip to content

Commit

Permalink
Merge pull request #261 from sCrypt-Inc/chalk
Browse files Browse the repository at this point in the history
Add chalk as explicit dependency. Version bump 2.1.39.
  • Loading branch information
msinkec authored Feb 2, 2024
2 parents fcf7119 + 012c353 commit dc9c095
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"typescript",
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scryptlib",
"version": "2.1.38",
"version": "2.1.39",
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.",
"engines": {
"node": ">=14.0.0"
Expand Down Expand Up @@ -73,6 +73,7 @@
"node-fetch": "^3.0.0",
"patch-package": "^6.4.7",
"rimraf": "^3.0.2",
"yargs": "^17.6.2"
"yargs": "^17.6.2",
"chalk": "2.4.2"
}
}
}

0 comments on commit dc9c095

Please sign in to comment.