Skip to content

Commit 75c9063

Browse files
committed
tiny lint fix
1 parent 7d885eb commit 75c9063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const prettyView = async (packument, manifest, opts) => {
197197
email: color.cyan(manifest._npmUser.email),
198198
}),
199199
modified: !packument.time ? undefined
200-
: color.yellow(relativeDate(packument.time[packument.version])),
200+
: color.yellow(relativeDate(packument.time[packument.version])),
201201
maintainers: (packument.maintainers || []).map((u) => unparsePerson({
202202
name: color.yellow(u.name),
203203
email: color.cyan(u.email),

0 commit comments

Comments
 (0)