Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #423 from Mathieuu/require-when-in-post.js
Browse files Browse the repository at this point in the history
Require 'when' module in post.js
  • Loading branch information
kumar303 committed Dec 15, 2015
2 parents 6c12f1b + 6ce28ab commit 15bdfc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var xpi = require("./xpi");
var fs = require("fs");
var url = require("url");
var net = require("net");
var when = require("when");

function postXPI (manifest, options) {
var postURL = options.postUrl;
Expand Down

0 comments on commit 15bdfc1

Please sign in to comment.