Fix installing authelia with npm install -g
parent
84c13c71e2
commit
690c73e557
|
@ -2,9 +2,8 @@
|
||||||
"name": "authelia",
|
"name": "authelia",
|
||||||
"version": "3.2.0",
|
"version": "3.2.0",
|
||||||
"description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
|
"description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
|
||||||
"main": "dist/src/server/index.js",
|
|
||||||
"bin": {
|
"bin": {
|
||||||
"authelia": "dist/src/server/index.js"
|
"authelia": "./dist/src/server/index.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/grunt unit-tests",
|
"test": "./node_modules/.bin/grunt unit-tests",
|
||||||
|
@ -104,6 +103,10 @@
|
||||||
"u2f-api": "0.0.9",
|
"u2f-api": "0.0.9",
|
||||||
"uglify-es": "^3.0.15"
|
"uglify-es": "^3.0.15"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"LICENSE"
|
||||||
|
],
|
||||||
"nyc": {
|
"nyc": {
|
||||||
"include": [
|
"include": [
|
||||||
"src/*.ts",
|
"src/*.ts",
|
||||||
|
|
Loading…
Reference in New Issue