Skip to content

Commit

Permalink
Merge pull request #13 from baryon/master
Browse files Browse the repository at this point in the history
move rabinsig to dependencies, fixed not found issue
  • Loading branch information
zhfnjust authored Jan 8, 2024
2 parents 9df982d + a5f16d9 commit ad3b1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
},
"homepage": "https://github.com/sCrypt-Inc/scrypt-ts-lib#readme",
"dependencies": {
"scrypt-ts": "^1.3.2"
"scrypt-ts": "^1.3.2",
"rabinsig": "^4.2.1"
},
"devDependencies": {
"@types/chai": "^4.3.4",
Expand All @@ -62,7 +63,6 @@
"lint-staged": "^13.1.0",
"mocha": "^10.2.0",
"prettier": "^2.8.2",
"rabinsig": "^4.2.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
Expand Down

0 comments on commit ad3b1d2

Please sign in to comment.