Skip to content

Commit 1935cfb

Browse files
author
Andrea Rossi
committed
totally forgot about the require's
1 parent f3e223d commit 1935cfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/jira.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@
105105
// * _0.0.3 Added APIs and Docco documentation_
106106
// * _0.0.2 Initial version_
107107
var url = require('url'),
108+
FormData = require('form-data'),
109+
fs = require('fs'),
108110
logger = console;
109111

110112

0 commit comments

Comments
 (0)