Skip to content

Commit

Permalink
process.env.* will not work as expected.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 19, 2015
1 parent f11d2e4 commit bfb3204
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ npm.on("close", function(code) {
if (code !== 0) {
console.log("serialport installation failed. Error Code:", code);
}

delete process.env.SERIAL_PORT_INSTALLED;
});

/*
Expand Down
1 change: 0 additions & 1 deletion scripts/preinstall.js

This file was deleted.

0 comments on commit bfb3204

Please sign in to comment.