Skip to content

Commit

Permalink
Add index file
Browse files Browse the repository at this point in the history
  • Loading branch information
DownJS committed Apr 4, 2012
1 parent 0bcce6e commit 7bb1ab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.js
@@ -0,0 +1 @@
module.exports = require(__dirname + "/lib/multipost.js");
2 changes: 1 addition & 1 deletion test/baseForm.js
@@ -1,5 +1,5 @@
//Create necessary globals
var multipost = require("../lib/multipost.js");
var multipost = require("../");

var postFields = [
{
Expand Down
2 changes: 1 addition & 1 deletion test/fileUpload.js
@@ -1,5 +1,5 @@
//Create necessary globals
var multipost = require("../lib/multipost.js");
var multipost = require("../");
var fs = require('fs');

//Create a read stream for piping the file
Expand Down

0 comments on commit 7bb1ab0

Please sign in to comment.