Skip to content

Commit ba9edbf

Browse files
committed
Remove unused underscore dependency.
1 parent 031d1ef commit ba9edbf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env node
22

3-
var _ = require('underscore');
43
var async = require('async');
54
var email = require('emailjs');
65
var fs = require('fs');

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"mustache": "^2.3.0",
3030
"prompt": "^1.0.0",
3131
"twitter": "~0.2.5",
32-
"underscore": "~1.5.0",
3332
"wordpress": "~1.4.1"
3433
}
3534
}

0 commit comments

Comments
 (0)