Skip to content

Commit

Permalink
Add repository field
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuridama committed Aug 12, 2021
1 parent e27421d commit 800773b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@kemuridama/aes-cmac",
"version": "0.0.1",
"description": "A TypesScript implementation of the AES-CMAC algorithm (NIST 800-38B / RFC 4493).",
"repository": {
"type": "git",
"url": "https://github.com/kemuridama/aes-cmac.git"
},
"main": "dist/index.js",
"files": ["dist/"],
"scripts": {
Expand Down

0 comments on commit 800773b

Please sign in to comment.