Completed the UniFi create voucher flow.

This commit is contained in:
Glenn de Haan
2018-02-27 21:25:04 +01:00
parent acd81fb2b2
commit a80c585f4a
8 changed files with 173 additions and 8 deletions

9
package-lock.json generated
View File

@@ -5374,6 +5374,15 @@
}
}
},
"node-unifi": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/node-unifi/-/node-unifi-1.2.2.tgz",
"integrity": "sha1-ObpLOgIzwNNwm2Rz7vAdv3/W9E8=",
"requires": {
"async": "2.6.0",
"request": "2.79.0"
}
},
"nodemon": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.15.1.tgz",