cahged authenticate-pam to fork for node 12 support

This commit is contained in:
William Mantly 2019-08-29 14:05:46 -04:00
parent e4b39d9ae4
commit de90cd1a79
Signed by: wmantly
GPG Key ID: E1EEC7650BA97160
2 changed files with 1668 additions and 901 deletions

2567
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"start": "node ./bin/www" "start": "node ./bin/www"
}, },
"dependencies": { "dependencies": {
"authenticate-pam": "^1.0.2", "authenticate-pam": "github:WeiAnAn/node-authenticate-pam",
"express": "~4.16.1", "express": "~4.16.1",
"forever": "^0.15.3", "forever": "^0.15.3",
"linux-user": "github:wmantly/linux-user", "linux-user": "github:wmantly/linux-user",