Installed punycode npm package

This commit is contained in:
Delivator 2020-10-14 11:50:47 +02:00
parent 5e61f78a2a
commit a44b655ba5
2 changed files with 15 additions and 1 deletions

13
packages/handshake-api/package-lock.json generated Normal file
View File

@ -0,0 +1,13 @@
{
"name": "handshake-api",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"punycode": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
}
}
}

View File

@ -6,7 +6,8 @@
"dependencies": {
"express": "^4.17.1",
"hs-client": "^0.0.9",
"node-cache": "^5.1.2"
"node-cache": "^5.1.2",
"punycode": "^2.1.1"
},
"devDependencies": {
"prettier": "^2.0.5"