提交 39b07cd2 编写于 作者: S Sercan

packages json path fixed

上级 2eb1ee6c
......@@ -7,7 +7,7 @@ Package.describe({
name: 'npm-container'
});
var packagesJsonFile = path.resolve('/home/travis/build/rsercano/mongoclient/packages.json');
var packagesJsonFile = path.resolve('packages.json');
try {
var fileContent = fs.readFileSync(packagesJsonFile);
var packages = JSON.parse(fileContent.toString());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册