Skip to content

Commit f6e7a44

Browse files
vimutti77Brooooooklyn
authored andcommitted
docs(argon2): add homepage and repo url
1 parent 75ba99d commit f6e7a44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/argon2/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@node-rs/argon2",
33
"version": "1.1.1",
44
"description": "RustCrypto: Argon2 binding for Node.js",
5+
"homepage": "https://github.com/napi-rs/node-rs",
56
"main": "index.js",
67
"types": "index.d.ts",
78
"keywords": [
@@ -40,6 +41,10 @@
4041
"engines": {
4142
"node": ">= 10"
4243
},
44+
"repository": {
45+
"type": "git",
46+
"url": "git+https://github.com/napi-rs/node-rs.git"
47+
},
4348
"scripts": {
4449
"artifacts": "napi artifacts -d ../../artifacts",
4550
"bench": "cross-env NODE_ENV=production node benchmark/argon2.js",

0 commit comments

Comments
 (0)