aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-07-08 21:09:46 +0530
committerPriyansh <[email protected]>2021-07-08 21:09:46 +0530
commit80a526a5957785700258a02bc24d21afe2c843e0 (patch)
tree3732abc3aac4cbb37e1ca5f4d82be4d8e15315e6 /package.json
parent79ff3823e08b8802e3a20ba328db7bff4afed3dc (diff)
downloadrandomavatars-80a526a5957785700258a02bc24d21afe2c843e0.tar.xz
randomavatars-80a526a5957785700258a02bc24d21afe2c843e0.zip
added walk package
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
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"
+ }
}