Skip to content

Commit

Permalink
(fix) Clean up depedencies (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon authored and dselman committed Mar 29, 2019
1 parent 91de713 commit 67b7150
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 253 deletions.
1 change: 0 additions & 1 deletion lib/serializer/instancegenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
const ClassDeclaration = require('../introspect/classdeclaration');
const EnumDeclaration = require('../introspect/enumdeclaration');
const Field = require('../introspect/field');
// const leftPad = require('left-pad');
const padStart = require('lodash.padstart');
const ModelUtil = require('../modelutil');
const RelationshipDeclaration = require('../introspect/relationshipdeclaration');
Expand Down
Loading

0 comments on commit 67b7150

Please sign in to comment.