add missing require

This commit is contained in:
Girish Ramakrishnan 2015-06-20 11:49:12 -07:00
parent 4e1708d20b
commit 670e57d2e8
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
'use strict';
var path = require('path');
exports = module.exports = {
TESTAPP_ID: 'io.cloudron.testapp',
TESTAPP_VERSION : '1.0.2',