提交 bc5f286c 编写于 作者: S Sercan

karma conf is not needed

上级 4f608401
......@@ -7,7 +7,7 @@ Package.describe({
name: 'npm-container'
});
var packagesJsonFile = path.resolve('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.
先完成此消息的编辑!
想要评论请 注册