Skip to content

Commit

Permalink
Merge pull request #370 from ethereum/smtsolver-fs
Browse files Browse the repository at this point in the history
Remove dependency on fs-extra in smtsolver
  • Loading branch information
axic authored Jul 4, 2019
2 parents bedf80d + e971f76 commit 9b1f06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smtsolver.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var commandExistsSync = require('command-exists').sync;
var execSync = require('child_process').execSync;
var fs = require('fs-extra');
var fs = require('fs');
var tmp = require('tmp');

var potentialSolvers = [
Expand Down

0 comments on commit 9b1f06a

Please sign in to comment.