diff options
| author | Priyansh <[email protected]> | 2021-07-08 21:09:46 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-07-08 21:09:46 +0530 |
| commit | 80a526a5957785700258a02bc24d21afe2c843e0 (patch) | |
| tree | 3732abc3aac4cbb37e1ca5f4d82be4d8e15315e6 /package.json | |
| parent | 79ff3823e08b8802e3a20ba328db7bff4afed3dc (diff) | |
| download | randomavatars-80a526a5957785700258a02bc24d21afe2c843e0.tar.xz randomavatars-80a526a5957785700258a02bc24d21afe2c843e0.zip | |
added walk package
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 7bebbd6..1af5928 100644 --- a/package.json +++ b/package.json @@ -8,5 +8,8 @@ }, "keywords": [], "author": "Lucifer Conrad Reeves <[email protected]> (https://thatcomputerscientist.com)", - "license": "MIT" + "license": "MIT", + "dependencies": { + "walk": "^2.3.14" + } } |
