From 41034291b5abb602d8ffb034f0b61ffcc1170510 Mon Sep 17 00:00:00 2001 From: Dave Wasmer Date: Wed, 23 Aug 2017 16:46:20 -0600 Subject: [PATCH] fix: clean up some redundant/unused code --- lib/package-tree.ts | 3 --- lib/project.ts | 1 - 2 files changed, 4 deletions(-) diff --git a/lib/package-tree.ts b/lib/package-tree.ts index 644b6e9..c53e849 100644 --- a/lib/package-tree.ts +++ b/lib/package-tree.ts @@ -1,6 +1,3 @@ -import { - cloneDeep -} from 'lodash'; import * as path from 'path'; import * as fs from 'fs'; import * as Plugin from 'broccoli-plugin'; diff --git a/lib/project.ts b/lib/project.ts index c8d3c9e..8651104 100644 --- a/lib/project.ts +++ b/lib/project.ts @@ -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')); } /**