Skip to content

Commit

Permalink
fixed typo in build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvaray committed Aug 28, 2013
1 parent ef4de3d commit dbba9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

var http = require("http"),
path = require("path"),
fs = require("fs");
url = require("url"),
fs = require("fs"),
url = require("url"),
os = require("os"),
exec = require("child_process").exec;

Expand Down

0 comments on commit dbba9d7

Please sign in to comment.