Skip to content

Commit

Permalink
fix: add dotenv as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Oct 3, 2018
1 parent 861cb7a commit 691cc7a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"@angular/platform-browser": "6.1.1",
"@angular/platform-browser-dynamic": "6.1.1",
"@angular/router": "6.1.1",
"@nrwl/angular-console-enterprise-electron": "0.0.3",
"@nrwl/angular-console-enterprise-frontend": "0.0.3",
"@nrwl/angular-console-enterprise-electron": "0.0.4",
"@nrwl/angular-console-enterprise-frontend": "0.0.4",
"@nrwl/schematics": "6.2.1",
"@types/express": "^4.16.0",
"@types/graphql": "0.13.0",
Expand All @@ -100,7 +100,6 @@
"codelyzer": "~4.4.3",
"core-js": "^2.5.7",
"cypress": "3.0.3",
"dotenv": "6.0.0",
"drivelist": "6.3.0",
"electron": "2.0.8",
"electron-builder": "20.28.4",
Expand Down Expand Up @@ -145,7 +144,8 @@
"uuid": "^3.3.2",
"xterm": "3.4.1",
"zone.js": "^0.8.26",
"strip-json-comments": "2.0.1"
"strip-json-comments": "2.0.1",
"dotenv": "6.0.0"
},
"jest": {
"modulePathIgnorePatterns": [
Expand Down
5 changes: 3 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@angular/cli": "6.1.2",
"@ngrx/schematics": "6.1.0",
"@nrwl/angular-console-enterprise-electron": "0.0.3",
"@nrwl/angular-console-enterprise-electron": "0.0.4",
"@nrwl/schematics": "6.2.1",
"drivelist": "6.3.0",
"electron-updater": "^3.0.3",
Expand All @@ -26,7 +26,8 @@
"uuid": "^3.3.2",
"apollo-server-express": "^2.0.4",
"strip-json-comments": "2.0.1",
"electron-store": "2.0.0"
"electron-store": "2.0.0",
"dotenv": "6.0.0"
},
"devDependencies": {
"electron": "2.0.8"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,15 +281,15 @@
tree-kill "^1.0.0"
webpack-sources "^1.1.0"

"@nrwl/angular-console-enterprise-electron@0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-electron/-/angular-console-enterprise-electron-0.0.3.tgz#801fac781722f11aee9ec76f509aa2842e6c635c"
"@nrwl/angular-console-enterprise-electron@0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-electron/-/angular-console-enterprise-electron-0.0.4.tgz#b5924950a44cd38e20b5872625ab5604e93ef54c"
dependencies:
tslib "^1.9.0"

"@nrwl/angular-console-enterprise-frontend@0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-frontend/-/angular-console-enterprise-frontend-0.0.3.tgz#10c62fb3ee3c44b3d76380dda045dcfafe82172d"
"@nrwl/angular-console-enterprise-frontend@0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-frontend/-/angular-console-enterprise-frontend-0.0.4.tgz#f611d8fc9cce1516539ba0da25381239eb959cad"
dependencies:
tslib "^1.9.0"

Expand Down

0 comments on commit 691cc7a

Please sign in to comment.