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=" "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
}, },
"dotenv": { "dotenv": {
"version": "6.2.0", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-7.0.0.tgz",
"integrity": "sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==", "integrity": "sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g=="
"dev": true
}, },
"dotenv-flow": { "dotenv-flow": {
"version": "0.2.0", "version": "0.3.0",
"resolved": "https://registry.npmjs.org/dotenv-flow/-/dotenv-flow-0.2.0.tgz", "resolved": "https://registry.npmjs.org/dotenv-flow/-/dotenv-flow-0.3.0.tgz",
"integrity": "sha512-Lmw/iJmgvMMZ/TStj+RrsT38WlaFy+5y6jwmHKoCh4MJp8U2etajnXMjhcIdBYKEkjqXzle4UbRVLhFx0t5YKg==", "integrity": "sha512-va4Yytg/fIBftCOXa5Wqp4wNVTireLdszbYzGt0aITSVM5Lvdw1exBzSaN+1NUCkL6/jIuhnbDjtSl9Xac4RGA==",
"dev": true,
"requires": { "requires": {
"dotenv": "^6.0.0" "dotenv": "^7.0.0"
} }
}, },
"dottie": { "dottie": {
+2 -3
View File
@@ -29,6 +29,7 @@
"bcrypt-nodejs": "0.0.3", "bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.4", "bluebird": "^3.5.4",
"body-parser": "^1.18.3", "body-parser": "^1.18.3",
"dotenv-flow": "^0.3.0",
"express": "^4.16.4", "express": "^4.16.4",
"file-type": "^10.10.0", "file-type": "^10.10.0",
"fs": "0.0.1-security", "fs": "0.0.1-security",
@@ -44,7 +45,5 @@
"stripe": "^6.22.0", "stripe": "^6.22.0",
"uuid": "^3.3.2" "uuid": "^3.3.2"
}, },
"devDependencies": { "devDependencies": {}
"dotenv-flow": "^0.2.0"
}
} }