Skip to content

Commit

Permalink
fix: clean up some redundant/unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
davewasmer committed Aug 23, 2017
1 parent 11588b4 commit 4103429
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/package-tree.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import {
cloneDeep
} from 'lodash';
import * as path from 'path';
import * as fs from 'fs';
import * as Plugin from 'broccoli-plugin';
Expand Down
1 change: 0 additions & 1 deletion lib/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export default class Project {
this.lint = options.lint;
this.audit = options.audit;
this.buildDummy = options.buildDummy;
this.pkg = require(path.join(this.dir, 'package.json'));
}

/**
Expand Down

0 comments on commit 4103429

Please sign in to comment.