Skip to content

Commit c30d9c6

Browse files
author
Gerad Suyderhoud
committed
add graceful-fs
1 parent 171dde2 commit c30d9c6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

config/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ process.on('uncaughtException', function(e) {
3030

3131

3232
// utilities & hacks
33+
require('graceful-fs');
3334
require('colors');
3435
require('../lib/render2');
3536
require('../lib/underscore.shuffle');

npm-shrinkwrap.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"twit": "~1.1.9",
4848
"smartdc": "~7.1.1",
4949
"ssh-fingerprint": "0.0.0",
50-
"linode-api": "~0.1.2"
50+
"linode-api": "~0.1.2",
51+
"graceful-fs": "~2.0.1"
5152
},
5253
"devDependencies": {
5354
"nodemon": "*",

0 commit comments

Comments
 (0)