taking out dotenv-flow from dev dep

This commit is contained in:
Arjun Patel
2019-04-13 15:13:56 -07:00
parent c670f506ac
commit 7fd0128864
2 changed files with 9 additions and 12 deletions
+7 -9
View File
@@ -448,18 +448,16 @@
"integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
},
"dotenv": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz",
"integrity": "sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==",
"dev": true
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-7.0.0.tgz",
"integrity": "sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g=="
},
"dotenv-flow": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/dotenv-flow/-/dotenv-flow-0.2.0.tgz",
"integrity": "sha512-Lmw/iJmgvMMZ/TStj+RrsT38WlaFy+5y6jwmHKoCh4MJp8U2etajnXMjhcIdBYKEkjqXzle4UbRVLhFx0t5YKg==",
"dev": true,
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/dotenv-flow/-/dotenv-flow-0.3.0.tgz",
"integrity": "sha512-va4Yytg/fIBftCOXa5Wqp4wNVTireLdszbYzGt0aITSVM5Lvdw1exBzSaN+1NUCkL6/jIuhnbDjtSl9Xac4RGA==",
"requires": {
"dotenv": "^6.0.0"
"dotenv": "^7.0.0"
}
},
"dottie": {