Skip to content

Commit

Permalink
added dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeTWC1984 committed Aug 11, 2020
1 parent 56293f4 commit 8cd005d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/java-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ var path = require('path');
var JSONStream = require('pixl-json-stream');
var Tools = require('pixl-tools');
var rimraf = require("rimraf");
require('dotenv').config();

// setup stdin / stdout streams
process.stdin.setEncoding('utf8');
Expand Down
1 change: 1 addition & 0 deletions bin/shell-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var cp = require('child_process');
var path = require('path');
var JSONStream = require('pixl-json-stream');
var Tools = require('pixl-tools');
require('dotenv').config();

// setup stdin / stdout streams
process.stdin.setEncoding('utf8');
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"bcrypt-node": "0.1.0",
"chart.js": "2.7.1",
"codemirror": "^5.55.0",
"dotenv": "^8.2.0",
"font-awesome": "4.7.0",
"glob": "5.0.15",
"jquery": "3.3.1",
Expand Down

0 comments on commit 8cd005d

Please sign in to comment.