Add dotenv types

r0.1.5
Garrett Mills 3 years ago
parent 90d7679882
commit e259e25e13
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -10,6 +10,7 @@
"dependencies": {
"@extollo/di": "file:../di",
"@extollo/util": "file:../util",
"@types/dotenv": "^8.2.0",
"@types/negotiator": "^0.6.1",
"@types/pug": "^2.0.4",
"dotenv": "^8.2.0",
@ -17,7 +18,6 @@
"pug": "^3.0.2",
"typescript": "^4.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",

@ -1,6 +1,7 @@
dependencies:
'@extollo/di': link:../di
'@extollo/util': link:../util
'@types/dotenv': 8.2.0
'@types/negotiator': 0.6.1
'@types/pug': 2.0.4
dotenv: 8.2.0
@ -28,6 +29,13 @@ packages:
dev: false
resolution:
integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
/@types/dotenv/8.2.0:
dependencies:
dotenv: 8.2.0
deprecated: This is a stub types definition. dotenv provides its own type definitions, so you do not need this installed.
dev: false
resolution:
integrity: sha512-ylSC9GhfRH7m1EUXBXofhgx4lUWmFeQDINW5oLuS+gxWdfUeW4zJdeVTYVkexEW+e2VUvlZR2kGnGGipAWR7kw==
/@types/negotiator/0.6.1:
dev: false
resolution:
@ -313,6 +321,7 @@ packages:
specifiers:
'@extollo/di': file:../di
'@extollo/util': file:../util
'@types/dotenv': ^8.2.0
'@types/negotiator': ^0.6.1
'@types/pug': ^2.0.4
dotenv: ^8.2.0

Loading…
Cancel
Save