Browse Source

Added memory cache dependency to the repository.

pull/11/head
Jeffery Russell 5 years ago
parent
commit
2aced7ba53
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package.json

+ 2
- 1
package.json View File

@ -21,6 +21,7 @@
"express": "^4.16.4",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"got": "^9.6.0"
"got": "^9.6.0",
"memory-cache": "^0.2.0"
}
}

Loading…
Cancel
Save