Skip to content

Commit 4103429

Browse files
committed
fix: clean up some redundant/unused code
1 parent 11588b4 commit 4103429

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/package-tree.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import {
2-
cloneDeep
3-
} from 'lodash';
41
import * as path from 'path';
52
import * as fs from 'fs';
63
import * as Plugin from 'broccoli-plugin';

lib/project.ts

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ export default class Project {
121121
this.lint = options.lint;
122122
this.audit = options.audit;
123123
this.buildDummy = options.buildDummy;
124-
this.pkg = require(path.join(this.dir, 'package.json'));
125124
}
126125

127126
/**

0 commit comments

Comments
 (0)