Skip to content

Commit

Permalink
Merge pull request #65 from continuata/master
Browse files Browse the repository at this point in the history
use graceful-fs instead of fs
  • Loading branch information
tusharmath committed Mar 14, 2016
2 parents 689f5c7 + c83809b commit 1d17b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -22,6 +22,7 @@
},
"main": "index.js",
"dependencies": {
"graceful-fs": "^4.1.3",
"immutable": "^3.7.5",
"lodash": "^4.0.0",
"meow": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/observables.js
@@ -1,6 +1,6 @@
const request = require('request')
const Rx = require('rx')
const fs = require('fs')
const fs = require('graceful-fs')
const _ = require('lodash')
const u = require('./utils')

Expand Down

0 comments on commit 1d17b6d

Please sign in to comment.