added lru_map to package requreiment

This commit is contained in:
Zadat Olayinka
2021-02-17 17:28:57 +01:00
parent 0a0d06df70
commit 16ec6805df
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "fyipe",
"name": "fyipe-test",
"version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
@@ -3852,6 +3852,11 @@
"yallist": "^3.0.2"
}
},
"lru_map": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/lru_map/-/lru_map-0.4.1.tgz",
"integrity": "sha512-I+lBvqMMFfqaV8CJCISjI3wbjmwVu/VyOoU7+qtu9d7ioW5klMgsTTiUOUp+DJvfTTzKXoPbyC6YfgkNcyPSOg=="
},
"make-dir": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",

View File

@@ -1,5 +1,5 @@
{
"name": "fyipe",
"name": "fyipe-test",
"version": "3.0.0",
"description": "Fyipe is a JS package that tracks error event and send logs from your applications to your fyipe dashboard.",
"main": "dist/fyipe.js",
@@ -38,6 +38,7 @@
"@babel/polyfill": "^7.10.1",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"lru_map": "^0.4.1",
"uuid": "^8.3.1"
},
"directories": {