Skip to content

Commit

Permalink
Remove dependency on fs-extra in smtsolver
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jul 4, 2019
1 parent bedf80d commit e971f76
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 e971f76

Please sign in to comment.