fix: @nuxtjs/dotenv moved to correct directory

This commit is contained in:
ManjaroOne666 2019-02-25 18:37:38 +00:00
parent 305b4b8ca9
commit fd9d1aed0a
3 changed files with 13 additions and 5 deletions

View File

@ -14,6 +14,7 @@
}, },
"dependencies": { "dependencies": {
"@nuxtjs/axios": "^5.3.6", "@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.3.0",
"@nuxtjs/proxy": "^1.3.1", "@nuxtjs/proxy": "^1.3.1",
"@nuxtjs/style-resources": "^0.1.2", "@nuxtjs/style-resources": "^0.1.2",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",

View File

@ -959,6 +959,13 @@
dependencies: dependencies:
consola "^2.3.0" consola "^2.3.0"
"@nuxtjs/dotenv@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@nuxtjs/dotenv/-/dotenv-1.3.0.tgz#fcfd8fa9da767ce1a79c11104ab998d610e23731"
integrity sha512-gRs/NZJip+bame83Z4cQxMrMlVl0UjtXgM9TDIC37kLjUGbsvj/XJjAUbYgvubE1qtsc/PaNTaYXj5H73rpO/A==
dependencies:
dotenv "^6.0.0"
"@nuxtjs/opencollective@^0.2.0": "@nuxtjs/opencollective@^0.2.0":
version "0.2.1" version "0.2.1"
resolved "https://registry.yarnpkg.com/@nuxtjs/opencollective/-/opencollective-0.2.1.tgz#ddf3e6a22990997322bc2b82e2455a7fbffc518d" resolved "https://registry.yarnpkg.com/@nuxtjs/opencollective/-/opencollective-0.2.1.tgz#ddf3e6a22990997322bc2b82e2455a7fbffc518d"
@ -2887,6 +2894,11 @@ dot-prop@^4.1.0, dot-prop@^4.1.1:
dependencies: dependencies:
is-obj "^1.0.0" is-obj "^1.0.0"
dotenv@^6.0.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==
duplexer3@^0.1.4: duplexer3@^0.1.4:
version "0.1.4" version "0.1.4"
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"

View File

@ -1,5 +0,0 @@
{
"dependencies": {
"@nuxtjs/dotenv": "^1.3.0"
}
}