Merge pull request #101 from steemit/fix-nsp
Fix nsp issue
Showing
... | @@ -43,6 +43,7 @@ | ... | @@ -43,6 +43,7 @@ |
"@types/ratelimiter": "^2.1.28", | "@types/ratelimiter": "^2.1.28", | ||
"@types/redis": "^2.8.5", | "@types/redis": "^2.8.5", | ||
"@types/sharp": "^0.17.6", | "@types/sharp": "^0.17.6", | ||
"lodash": "^4.17.11", | |||
"mocha": "^5.1.1", | "mocha": "^5.1.1", | ||
"mocha-junit-reporter": "^1.17.0", | "mocha-junit-reporter": "^1.17.0", | ||
"nsp": "^3.1.0", | "nsp": "^3.1.0", | ||
... | ... |
Please register or sign in to comment