Skip to content

Commit

Permalink
LOG needs pluralize library (google#199)
Browse files Browse the repository at this point in the history
Signed-off-by: campionfellin <[email protected]>
  • Loading branch information
campionfellin authored and grant committed May 30, 2018
1 parent ac58064 commit 573cd4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const splitLines = require('split-lines');
const dotf = require('dotf');
const read = require('read-file');
const isOnline = require('is-online');
import * as pluralize from 'pluralize';

// Names / Paths
export const PROJECT_NAME = 'clasp';
Expand Down

0 comments on commit 573cd4e

Please sign in to comment.