Load npm to enable server to see the git revision.

This commit is contained in:
Marcel Klehr 2012-07-08 11:37:24 +02:00
parent 9ff3aa0ee0
commit af3c57a120
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ var express = require('express');
var settings = require('../utils/Settings');
var fs = require('fs');
var path = require('path');
var npm = require("npm/lib/npm.js");
var _ = require("underscore");
var server;