mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-04 22:59:03 +02:00
fix require
This commit is contained in:
@@ -6,7 +6,7 @@ var path = require('path'),
|
||||
semver = require('semver'),
|
||||
winston = require('winston'),
|
||||
|
||||
pkg = require.main.require('./package.json');
|
||||
pkg = require('../../package.json');
|
||||
|
||||
module.exports = function(Meta) {
|
||||
Meta.dependencies = {};
|
||||
|
||||
Reference in New Issue
Block a user